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

OPEN-50 Adding UNATTENDED=ON to Windows' configurations so that the viewer can...

OPEN-50 Adding UNATTENDED=ON to Windows' configurations so that the viewer can be built by all users out-of-the-box. OS Devs with full VS can switch it on if they want, however this is not needed any more for Open Source builds.
parent 31576e2d
No related branches found
No related tags found
No related merge requests found
...@@ -2143,6 +2143,7 @@ ...@@ -2143,6 +2143,7 @@
<array> <array>
<string>-G</string> <string>-G</string>
<string>"Visual Studio 10"</string> <string>"Visual Studio 10"</string>
<string>-DUNATTENDED:BOOL=ON</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</key>
...@@ -2220,6 +2221,7 @@ ...@@ -2220,6 +2221,7 @@
<array> <array>
<string>-G</string> <string>-G</string>
<string>"Visual Studio 10"</string> <string>"Visual Studio 10"</string>
<string>-DUNATTENDED:BOOL=ON</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</key>
...@@ -2296,6 +2298,7 @@ ...@@ -2296,6 +2298,7 @@
<array> <array>
<string>-G</string> <string>-G</string>
<string>"Visual Studio 10"</string> <string>"Visual Studio 10"</string>
<string>-DUNATTENDED:BOOL=ON</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</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