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

A couple batch files for performing MSVC2019 builds (debug by default).

parent 150a5b27
No related branches found
No related tags found
No related merge requests found
@echo off
setlocal
rem *** Requires Microsoft Visual C++ 2019 ***
call "%VS160COMNTOOLS%\VsMSBuildCmd.bat"
msbuild syncterm.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.
Finish editing this message first!
Please register or to comment