From 2338d9ce8fd894185564f3b38715d202c2ffbede Mon Sep 17 00:00:00 2001 From: Wolfspirit Date: Sat, 13 Aug 2011 01:04:57 +0200 Subject: [PATCH] Set default StartupProject, Workingdir and Configuration for Windows builds This sets this three values to match the "autobuild build" command. --- scripts/configure_firestorm.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 8f1d6bd095..1764038093 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -329,6 +329,11 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then fi cmake -G "$TARGET" ../indra $FMOD $KDU $PACKAGE -DUNATTENDED:BOOL=ON -DLL_TESTS:BOOL=OFF -DWORD_SIZE:STRING=32 -DCMAKE_BUILD_TYPE:STRING=$BTYPE -DROOT_PROJECT_NAME:STRING=Firestorm | tee $LOG + + if [ $PLATFORM == "win32" ] ; then + ../indra/tools/vstool/VSTool.exe --solution Firestorm.sln --startup firestorm-bin --workingdir firestorm-bin "..\\..\\indra\\newview" --config Release + fi + fi if [ $WANTS_BUILD -eq $TRUE ] ; then