22 lines
459 B
Batchfile
Raw Normal View History

2025-04-10 17:31:33 +08:00
@echo off && setlocal enabledelayedexpansion
@echo %PATH%
set PATH=%~dp0/script/bin;%PATH%
rmdir /s /q gccout\speaker
cls
set PROJECT_NAME=speaker
set JOBNUMBER=j4
echo build.bat version 20240327
echo GCCLIB_PATH: %GCCLIB_PATH%
echo curr Project is: %PROJECT_NAME%
if exist .\gccout\%PROJECT_NAME% (
echo delete %PROJECT_NAME% folder......
rd .\gccout\%PROJECT_NAME% /s /q
)
make.exe -%JOBNUMBER% PROJECT=%PROJECT_NAME% build
python script/pack_app.py