Skip to content
Snippets Groups Projects
Commit fbae6b6f authored by Rob Swindell's avatar Rob Swindell :speech_balloon: Committed by Deucе
Browse files

Batch file I've been using to build the SBBS-Win32 release binaries

parent 3ecc7cf5
Branches
Tags
No related merge requests found
@echo off
setlocal
cd ..\exec
make
if errorlevel 1 goto fail
cd ..\src\sbbs3
call release.bat /t:Clean
call release.bat
if errorlevel 1 goto fail
cd ctrl
build /B
if errorlevel 1 goto fail
cd ..\useredit
build /B
if errorlevel 1 goto fail
cd ..\chat
build /B
:fail
echo FAILED: See errors above!
:end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment