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:
@ -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
|
||||||
|
|
||||||
|
3175
build/windows/dist/tools/avrdude.conf
vendored
3175
build/windows/dist/tools/avrdude.conf
vendored
File diff suppressed because it is too large
Load Diff
BIN
build/windows/dist/tools/avrdude.exe
vendored
BIN
build/windows/dist/tools/avrdude.exe
vendored
Binary file not shown.
BIN
build/windows/dist/tools/cat.exe
vendored
BIN
build/windows/dist/tools/cat.exe
vendored
Binary file not shown.
BIN
build/windows/dist/tools/cp.exe
vendored
BIN
build/windows/dist/tools/cp.exe
vendored
Binary file not shown.
BIN
build/windows/dist/tools/gnumake.exe
vendored
BIN
build/windows/dist/tools/gnumake.exe
vendored
Binary file not shown.
BIN
build/windows/dist/tools/rm.exe
vendored
BIN
build/windows/dist/tools/rm.exe
vendored
Binary file not shown.
BIN
build/windows/dist/tools/uisp.exe
vendored
BIN
build/windows/dist/tools/uisp.exe
vendored
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 |
@ -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
|
||||||
|
Reference in New Issue
Block a user