1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updated icons for Windows executable; removed unused tools that were used with Makefiles (e.g. gnumake, cp).

This commit is contained in:
David A. Mellis
2005-11-29 13:20:57 +00:00
parent 65a3b611cc
commit 168a7a1b07
11 changed files with 4 additions and 3178 deletions

View File

@ -63,15 +63,13 @@ else
cp dist/ICE_JNIRegistry.dll work/
mkdir work/bootloader
cp dist/bootloader/*.* work/bootloader
cp dist/serial/*.* work/lib/
mkdir work/drivers
cp dist/drivers/*.* works/drivers/
cp dist/drivers/*.* work/drivers/
mkdir work/tools
cp dist/avr_tools.zip .
echo Extracting avr tools ...
unzip -q -d work avr_tools.zip
rm -f avr_tools.zip
cp dist/tools/*.* work/tools
# core/ has been replaced by targets/ and we no longer use makefiles
#cp dist/lib/makefile.win work/Makefile