Skip to content

Instantly share code, notes, and snippets.

@seece
Created December 7, 2015 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seece/578884af4892eed68050 to your computer and use it in GitHub Desktop.
Save seece/578884af4892eed68050 to your computer and use it in GitHub Desktop.
Build MSVC2015 project
@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