Skip to content

Instantly share code, notes, and snippets.

@pekkavaa
Created December 7, 2015 19:57
Show Gist options
  • Save pekkavaa/578884af4892eed68050 to your computer and use it in GitHub Desktop.
Save pekkavaa/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