Skip to content
Snippets Groups Projects
Commit 26dd1f32 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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

parent 27659d35
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7564 passed
@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