From 8cf15f1778e941f8aa33442095f1ad37f793a855 Mon Sep 17 00:00:00 2001 From: "niel@nirvana.planescape.home" <niel@nirvana.planescape.home> Date: Thu, 7 Apr 2011 12:41:43 +0100 Subject: [PATCH] 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. --- autobuild.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autobuild.xml b/autobuild.xml index b90c6ec2f3e..f71a2621bad 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> -- GitLab