Skip to content

Commit 00dfd93

Browse files
committed
Added dependencies for AStylej.dll
1 parent f4a6b62 commit 00dfd93

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Diff for: build/build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,8 @@
721721
<param name="dest_folder" value="${staging_folder}" />
722722
</antcall>
723723
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
724+
<copy file="windows/msvcp100.dll" todir="windows/work" />
725+
<copy file="windows/msvcr100.dll" todir="windows/work" />
724726

725727
<!-- Copy bossac.exe tool -->
726728
<copy todir="windows/work/hardware/tools">

Diff for: build/windows/msvcp100.dll

411 KB
Binary file not shown.

Diff for: build/windows/msvcr100.dll

752 KB
Binary file not shown.

0 commit comments

Comments
 (0)