This works well for me and is much nicer than it starting over every build.
Date: Tue, 1 Mar 2011 12:26:45 -0800 From: nickyper...@yahoo.com To: opensource-dev@lists.secondlife.com Subject: [opensource-dev] VCmsbuildOpenSourceRelWithDebInfo Incremental Link Testers Needed. One line addition to autobuild.xml VCmsbuildRelWithDebInfo Section for incremental linking. <!-- OPEN-1a WORKAROUND begin - to be removed when VC 2010 is detected correctly --> <key>VC10msbuildRelWithDebInfo</key> <map> <key>build</key> <map> <key>command</key> <string>msbuild.exe</string> <key>options</key> <array> <string>SecondLife.sln</string> <string>/t:build</string> <string>/p:Configuration=RelWithDebInfo</string> <string>/p:Platform=Win32</string> <string>/p:"VCBuildAdditionalOptions= /useenv"</string> <string>/p:"VCBuildAdditionalOptions= /incremental"</string> </array> </map> <key>configure</key> <map> <key>options</key> <array> <string>-G</string> <string>"Visual Studio 10"</string> <string>-DSTANDALONE:BOOL=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DFMOD=TRUE</string> </array> </map> <key>name</key> <string>VC10msbuildRelWithDebInfo</string> </map> <!-- OPEN-1a WORKAROUND end --> _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges