Improved build_all batch file
This commit is contained in:
parent
a07662cdb4
commit
179dbe1a6d
|
@ -7,7 +7,11 @@ IF NOT "%~1" == "" (
|
||||||
set build_type=%~1
|
set build_type=%~1
|
||||||
)
|
)
|
||||||
|
|
||||||
cd src\Library
|
mkdir bin\
|
||||||
|
cd src\Tools\
|
||||||
|
call build_all.bat %build_type%
|
||||||
|
|
||||||
|
cd ..\Library\
|
||||||
call run_make.bat %build_type% release
|
call run_make.bat %build_type% release
|
||||||
cd ..\Tools\
|
|
||||||
call build_all.bat %build_type%
|
cd ..\..\
|
Loading…
Reference in New Issue