mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
This commit is contained in:
@ -69,10 +69,13 @@ else
|
||||
unzip -q -d work avr_tools.zip
|
||||
rm -f avr_tools.zip
|
||||
cp dist/tools/*.* work/tools
|
||||
cp dist/lib/makefile.win work/Makefile
|
||||
mkdir work/core
|
||||
cp ../../../core/*.* work/core
|
||||
cp dist/core/makefile.win work/core/Makefile
|
||||
|
||||
# core/ has been replaced by targets/ and we no longer use makefiles
|
||||
#cp dist/lib/makefile.win work/Makefile
|
||||
#mkdir work/core
|
||||
#cp ../../../core/*.* work/core
|
||||
#cp dist/core/makefile.win work/core/Makefile
|
||||
cp -r ../../targets work/lib/
|
||||
|
||||
# take care of the examples
|
||||
mkdir work/examples
|
||||
|
Reference in New Issue
Block a user