diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-29 14:54:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-29 14:54:08 +0300 |
commit | 36b9ade1bf6136ccc8a27b2803522840b665946f (patch) | |
tree | ec2037935e3857e738b6d249ff56dfbdd9fcc330 /tools | |
parent | 86733ecb57c0709873e1c4612306cfcf006858a4 (diff) |
toaster's compilation switched from VS2013 to VS2017
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/bin10/z1_ReBuild_w810.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/bin10/z1_ReBuild_w810.bat b/tools/build_scripts/bin10/z1_ReBuild_w810.bat index 23c99cce21..baa37b0025 100644 --- a/tools/build_scripts/bin10/z1_ReBuild_w810.bat +++ b/tools/build_scripts/bin10/z1_ReBuild_w810.bat @@ -7,7 +7,7 @@ if /i '%tp%' == '32' ( set ptr=X64 ) -call "%VS120COMNTOOLS%\VsDevCmd.bat" +call "%VS141COMNTOOLS%\..\..\VC\Auxiliary\Build\vcvars%tp%.bat" MsBuild.exe "fwin8_10.sln" /m /t:Rebuild /p:Configuration=Release;Platform="%ptr%" /fileLogger /fileLoggerParameters:LogFile=Logs\fwin8_10%tp%.log;errorsonly;warningsonly;summary |