1
0
Fork 0
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:
Brian Fiete 2025-01-17 10:20:20 -08:00
parent 29c0f82bba
commit fddd3e0ba6
5 changed files with 22 additions and 12 deletions

View file

@ -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