From 9bdaf04432c9daeda9a8d4596cd47143cb5980a1 Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Thu, 10 Feb 2011 14:41:00 -0500 Subject: [PATCH] OPEN-1: (partial) use environment when building with Visual Studio Express --- autobuild.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/autobuild.xml b/autobuild.xml index cceb197f0e..ec332a81bb 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2438,6 +2438,7 @@ <string>vcbuild.exe</string> <key>options</key> <array> + <string>/u</string> <string>SecondLife.sln</string> </array> </map> -- GitLab