1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +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

@ -38,6 +38,9 @@ unzip -q -d arduino jre.zip
# copy tools from work/ # copy tools from work/
cp -r work/tools arduino cp -r work/tools arduino
cp -r work/bootloader arduino
cp -r work/drivers arduino
# directories used by the app # directories used by the app
#mkdir arduino/lib/build #mkdir arduino/lib/build

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

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