adjust make.bat
parent
1546a56a4a
commit
5747b95739
3
MAKE.bat
3
MAKE.bat
|
@ -129,8 +129,8 @@ rem generate prior files to a git release
|
|||
if "%1"=="git" (
|
||||
rem call make.bat dll
|
||||
call make.bat prep
|
||||
call make.bat docs
|
||||
call make.bat bind
|
||||
rem call make.bat docs
|
||||
|
||||
call make.bat amalgamation
|
||||
call make.bat split
|
||||
|
@ -161,6 +161,7 @@ if "%1"=="push" (
|
|||
if "%2"=="out" (
|
||||
git push
|
||||
)
|
||||
call make.bat vps
|
||||
|
||||
exit /b
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue