Skip to content
Snippets Groups Projects
Commit 31576e2d authored by niel@nirvana.planescape.home's avatar niel@nirvana.planescape.home
Browse files

OPEN-50 Changing windows build command from 'devenv.com', to 'msbuild.exe'...

OPEN-50 Changing windows build command from 'devenv.com', to 'msbuild.exe' along with associated options and arguments.
parent 8f0d59ca
No related branches found
No related tags found
No related merge requests found
......@@ -2121,26 +2121,23 @@
<string>SecondLife.sln</string>
</array>
<key>command</key>
<string>devenv.com</string>
<string>msbuild.exe</string>
<key>options</key>
<array>
<string>/build</string>
<string>Debug</string>
<string>/p:Configuration=Debug</string>
<string>/p:Platform=Win32</string>
<string>/t:Build</string>
<string>/p:useenv=true</string>
<string>/verbosity:minimal</string>
<string>/toolsversion:4.0</string>
<string>/p:"VCBuildAdditionalOptions= /incremental"</string>
</array>
</map>
<key>configure</key>
<map>
<key>arguments</key>
<array>
<string>..\indra</string>
<string>&amp;&amp;</string>
<string>..\indra\tools\vstool\VSTool.exe</string>
<string>--solution</string>
<string>SecondLife.sln</string>
<string>--config</string>
<string>Debug</string>
<string>--startup</string>
<string>secondlife-bin</string>
</array>
<key>options</key>
<array>
......@@ -2201,11 +2198,16 @@
<string>SecondLife.sln</string>
</array>
<key>command</key>
<string>devenv.com</string>
<string>msbuild.exe</string>
<key>options</key>
<array>
<string>/build</string>
<string>RelWithDebInfo</string>
<string>/p:Configuration=RelWithDebInfo</string>
<string>/p:Platform=Win32</string>
<string>/t:Build</string>
<string>/p:useenv=true</string>
<string>/verbosity:minimal</string>
<string>/toolsversion:4.0</string>
<string>/p:"VCBuildAdditionalOptions= /incremental"</string>
</array>
</map>
<key>configure</key>
......@@ -2272,11 +2274,16 @@
<string>SecondLife.sln</string>
</array>
<key>command</key>
<string>devenv.com</string>
<string>msbuild.exe</string>
<key>options</key>
<array>
<string>/build</string>
<string>Release</string>
<string>/p:Configuration=Release</string>
<string>/p:Platform=Win32</string>
<string>/t:Build</string>
<string>/p:useenv=true</string>
<string>/verbosity:minimal</string>
<string>/toolsversion:4.0</string>
<string>/p:"VCBuildAdditionalOptions= /incremental"</string>
</array>
</map>
<key>configure</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment