1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-15 04:33:51 +02:00

Console fixes

This commit is contained in:
Brian Fiete 2024-07-23 11:51:47 +02:00
parent ac718dde19
commit 9209511cd7
3 changed files with 10 additions and 1 deletions

View file

@ -52,6 +52,10 @@ IF %ERRORLEVEL% NEQ 0 GOTO FAILED
BeefBuild_boot.exe -proddir=..\ -config=Release -platform=Win64
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
@ECHO ---- Building BeefCon ----
BeefBuild_d.exe -proddir=..\..\BeefTools\BeefCon -config=Release
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
echo on
@ECHO ---- Copying files ----
@ -82,6 +86,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO FAILED
copy Beef*Dbg*.* host
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
copy userdict.txt host
copy BeefCon.exe host
@REM copy lib*.dll host
copy Beefy2D.dll host
copy BeefDbgVis.toml host