switch workflow
parent
afa61873e6
commit
1d768e9dcc
7
MAKE.bat
7
MAKE.bat
|
@ -265,7 +265,7 @@ if "%1"=="push" (
|
||||||
)
|
)
|
||||||
|
|
||||||
if "%1"=="prep" (
|
if "%1"=="prep" (
|
||||||
call make.bat split
|
call make.bat join
|
||||||
call make.bat amalgamation
|
call make.bat amalgamation
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
@ -616,6 +616,11 @@ rem rd /q /s _project > nul 2> nul
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@REM join split files together before we compile
|
||||||
|
setlocal
|
||||||
|
call make.bat prep
|
||||||
|
endlocal
|
||||||
|
|
||||||
set cc=%cc%
|
set cc=%cc%
|
||||||
set dll=dll
|
set dll=dll
|
||||||
set build=dev
|
set build=dev
|
||||||
|
|
74358
engine/joint/v4k.h
74358
engine/joint/v4k.h
File diff suppressed because it is too large
Load Diff
64322
engine/v4k.c
64322
engine/v4k.c
File diff suppressed because it is too large
Load Diff
10036
engine/v4k.h
10036
engine/v4k.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue