Set default StartupProject, Workingdir and Configuration for Windows builds

This sets this three values to match the "autobuild build" command.
master
Wolfspirit 2011-08-13 01:04:57 +02:00
parent 5d6aaef6e5
commit 2338d9ce8f
1 changed files with 5 additions and 0 deletions

View File

@ -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