File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1039
1039
<fixcrlf file =" windows/work/revisions.txt" eol =" dos" />
1040
1040
<fixcrlf file =" windows/work/lib/formatter.conf" eol =" dos" />
1041
1041
1042
- <copy todir =" windows/work" >
1043
- <fileset dir =" windows/dist" includes =" *.dll" />
1044
- </copy >
1045
-
1046
1042
<copy todir =" windows/work" >
1047
1043
<fileset dir =" windows/dist" includes =" drivers/**" />
1048
1044
</copy >
1056
1052
<param name =" dest_folder" value =" ${ staging_folder } " />
1057
1053
</antcall >
1058
1054
<copy file =" windows/libastylej-2.05.1/AStylej.dll" todir =" windows/work/lib" />
1059
- <copy file =" windows/msvcp100.dll" todir =" windows/work" />
1060
- <copy file =" windows/msvcr100.dll" todir =" windows/work" />
1061
1055
1062
1056
<antcall target =" unzip" >
1063
1057
<param name =" archive_file" value =" ./liblistSerials-${ LIBLISTSERIAL-VERSION } .zip" />
1161
1155
</condition >
1162
1156
</fail >
1163
1157
1158
+ <copy todir =" windows/work" >
1159
+ <fileset dir =" windows/dist" includes =" *.dll" />
1160
+ </copy >
1161
+ <!-- Copy also inside java/bin so they can be found even if arduino.exe or
1162
+ arduino_debug.exe is launched from another working directory -->
1163
+ <copy todir =" windows/work/java/bin" >
1164
+ <fileset dir =" windows/dist" includes =" *.dll" />
1165
+ </copy >
1166
+
1164
1167
<copy todir =" ${ staging_folder } /work/java" includeemptydirs =" true" preservelastmodified =" true" overwrite =" true" failonerror =" true" >
1165
1168
<fileset dir =" ${ WINDOWS_BUNDLED_JVM } " includes =" */**" />
1166
1169
</copy >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments