diff options
author | Ivan Gagis <igagis@gmail.com> | 2017-06-15 11:11:36 +0300 |
---|---|---|
committer | Ivan Gagis <igagis@gmail.com> | 2017-06-15 11:11:36 +0300 |
commit | d8f9148d367c3d2a36eca263bce662fdcf60f518 (patch) | |
tree | 1adb01fd7425d1ff21628254a4e2a36b6b125d7f /scripts/nuget_build.bat | |
parent | 3a8073cca22af01f1eb30b145c065eaad40b1f5b (diff) |
set v141 tools environment for building
Diffstat (limited to 'scripts/nuget_build.bat')
-rw-r--r-- | scripts/nuget_build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat index 8fb2bb7..61c605a 100644 --- a/scripts/nuget_build.bat +++ b/scripts/nuget_build.bat @@ -10,6 +10,7 @@ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo && ^ +"%VS141COMNTOOLS%\VsMSBuildCmd.bat" && ^ msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^ |