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

Add a clean.bat - I really didn't alreayd have one of these?

Cleans both debug and release build dirs.
parent f4c8a61b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2,5 +2,5 @@
setlocal
rem *** Requires Microsoft Visual C++ 2019 ***
call "%VS160COMNTOOLS%\VsMSBuildCmd.bat"
msbuild sbbs3.sln /p:Platform="Win32" %1 %2 %3 %4 %5
msbuild sbbs3.sln /p:Platform="Win32" %*
if errorlevel 1 echo. & echo !ERROR(s) occurred & exit /b 1
\ No newline at end of file
@echo off
setlocal
call build.bat /t:Clean
call release.bat /t:Clean
\ No newline at end of file
@echo off
call build.bat "/p:Configuration=Release"
\ No newline at end of file
call build.bat "/p:Configuration=Release" %*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment