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

Build files

parent 84874e96
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 vdmodem.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