OSDN Git Service

Upgrade project files to VS2015(3)
authorsdottaka <sdottaka@users.sourceforge.net>
Sun, 6 Dec 2015 14:17:13 +0000 (23:17 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Sun, 6 Dec 2015 14:17:13 +0000 (23:17 +0900)
BuildBin.cmd

index c27d6ec..de28635 100644 (file)
@@ -7,7 +7,7 @@ call SetVersion.cmd
 cscript /nologo ExpandEnvironmenStrings.vbs Version.in > Version.h
 
 setlocal
-call "%VS120COMNTOOLS%vsvars32.bat"
+call "%VS140COMNTOOLS%vsvars32.bat"
 MSBuild WinMerge.sln /t:Rebuild /p:Configuration="Release Unicode" /p:Platform="Win32" || pause
 MSBuild WinMerge.sln /t:Rebuild /p:Configuration="Release Unicode" /p:Platform="x64" || pause
 endlocal