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