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

MSVC build batch files.

parent 7b6eca64
Branches
Tags
No related merge requests found
@echo off
setlocal
rem *** Requires Microsoft Visual C++ 2019 ***
call "%VS160COMNTOOLS%\VsMSBuildCmd.bat"
msbuild sexpots.sln /p:Platform="Win32" %*
if errorlevel 1 echo. & echo !ERROR(s) occurred & exit /b 1
\ No newline at end of file
@echo off
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