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:
@ -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
|
||||
|
Reference in New Issue
Block a user