mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
BeefySysLib Release Static building
This commit is contained in:
parent
29c0f82bba
commit
fddd3e0ba6
5 changed files with 22 additions and 12 deletions
3
IDE/dist/IDE_CreateStable.bat
vendored
3
IDE/dist/IDE_CreateStable.bat
vendored
|
@ -8,6 +8,9 @@ IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
|||
@ECHO ---- Building BeefySysLib (Release) ----
|
||||
CALL ../../bin/msbuild.bat ..\..\BeefySysLib\BeefySysLib.vcxproj /p:Configuration=Release /p:Platform=x64 /p:SolutionDir=%cd%\..\..\ /v:m
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
||||
@ECHO ---- Building BeefySysLib (Release Static) ----
|
||||
CALL ../../bin/msbuild.bat ..\..\BeefySysLib\BeefySysLib.vcxproj /p:Configuration="Release Static" /p:Platform=x64 /p:SolutionDir=%cd%\..\..\ /v:m
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
||||
|
||||
REM @ECHO ---- Building libhunspell (Debug) ----
|
||||
REM CALL ../../bin/msbuild.bat ..\..\libhunspell\libhunspell.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=%cd%\..\ /v:m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue