diff options
| author | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-07 12:41:43 +0100 | 
|---|---|---|
| committer | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-07 12:41:43 +0100 | 
| commit | 8cf15f1778e941f8aa33442095f1ad37f793a855 (patch) | |
| tree | f725dbf39c435abcfddb47e100893ad5559cf823 | |
| parent | 31576e2d51214b5f535d9dc01a72f702cdc734a0 (diff) | |
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.
| -rw-r--r-- | autobuild.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index b90c6ec2f3..f71a2621ba 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2143,6 +2143,7 @@                  <array>                    <string>-G</string>                    <string>"Visual Studio 10"</string> +                  <string>-DUNATTENDED:BOOL=ON</string>                  </array>                </map>                <key>name</key> @@ -2220,6 +2221,7 @@                  <array>                    <string>-G</string>                    <string>"Visual Studio 10"</string> +                  <string>-DUNATTENDED:BOOL=ON</string>                  </array>                </map>                <key>name</key> @@ -2296,6 +2298,7 @@                  <array>                    <string>-G</string>                    <string>"Visual Studio 10"</string> +                  <string>-DUNATTENDED:BOOL=ON</string>                  </array>                </map>                <key>name</key>  | 
