Set default StartupProject, Workingdir and Configuration for Windows builds
This sets this three values to match the "autobuild build" command.master
parent
5d6aaef6e5
commit
2338d9ce8f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue