OPEN-1 WORKAROUND correct build arguments for VS Express

master
Oz Linden 2011-02-06 10:09:58 -05:00
parent 82d9e1b73e
commit 0c6de5c6cc
1 changed files with 2 additions and 2 deletions

View File

@ -2432,13 +2432,13 @@
<map>
<key>arguments</key>
<array>
<string>SecondLife.sln</string>
<string>"RelWithDebInfo|Win32"</string>
</array>
<key>command</key>
<string>vcbuild.exe</string>
<key>options</key>
<array>
<string>RelWithDebInfo</string>
<string>"RelWithDebInfo|Win32"</string>
</array>
</map>
<key>configure</key>