1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Add BeefCon to build.bat

This commit is contained in:
Brian Fiete 2024-07-23 10:38:41 +02:00
parent c8ae91c703
commit ac718dde19

View file

@ -82,6 +82,10 @@ IDE\dist\BeefBuild_d -proddir=BeefTools\RandoCode -config=Release
IDE\dist\BeefBuild_d -proddir=BeefTools\BeefPerf -config=Release
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
@ECHO Building BeefCon
IDE\dist\BeefBuild_d -proddir=BeefTools\BeefCon -config=Release
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
:SUCCESS
@ECHO SUCCESS!
@POPD