Created
December 7, 2015 19:57
-
-
Save pekkavaa/578884af4892eed68050 to your computer and use it in GitHub Desktop.
Build MSVC2015 project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM Setup vcvars if they are not defined | |
if not defined DevEnvDir ( | |
call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86 | |
) | |
call msbuild.exe /VERBOSITY:quiet /property:Configuration=Release solution.sln | |
echo done %date% %time% | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment