diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-10 14:41:00 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-10 14:41:00 -0500 |
commit | 9bdaf04432c9daeda9a8d4596cd47143cb5980a1 (patch) | |
tree | eddc3e79fd4ca5fc6fb95e70cdd2273536a2f1d3 | |
parent | 04a401fa23da102cf3c5c2e864dcd3b3eabb4582 (diff) |
OPEN-1: (partial) use environment when building with Visual Studio Express
-rw-r--r-- | autobuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |