switch workflow
parent
afa61873e6
commit
1d768e9dcc
7
MAKE.bat
7
MAKE.bat
|
@ -265,7 +265,7 @@ if "%1"=="push" (
|
|||
)
|
||||
|
||||
if "%1"=="prep" (
|
||||
call make.bat split
|
||||
call make.bat join
|
||||
call make.bat amalgamation
|
||||
exit /b
|
||||
)
|
||||
|
@ -616,6 +616,11 @@ rem rd /q /s _project > nul 2> nul
|
|||
exit /b
|
||||
)
|
||||
|
||||
@REM join split files together before we compile
|
||||
setlocal
|
||||
call make.bat prep
|
||||
endlocal
|
||||
|
||||
set cc=%cc%
|
||||
set dll=dll
|
||||
set build=dev
|
||||
|
|
Loading…
Reference in New Issue