ESP3D/embedded/build.bat
2019-02-25 10:31:21 +08:00

11 lines
241 B
Batchfile

cd %~dp0
cmd.exe /c gulp package
cmd.exe /c bin2c -o embedded.h -m tool.html.gz
cat header.txt > out.h
cat embedded.h >> out.h
cat footer.txt >> out.h
cat out.h > embedded.h
cat out.h > ../esp3d/src/modules/http/embedded.h
rm -f out.h
pause