mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-15 04:33:51 +02:00
Console fixes
This commit is contained in:
parent
ac718dde19
commit
9209511cd7
3 changed files with 10 additions and 1 deletions
5
IDE/dist/IDE_CreateStable.bat
vendored
5
IDE/dist/IDE_CreateStable.bat
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue