Menu

Commit [r530]  Maximize  Restore  History

Fix build for VS2008

tortoisesvn 2010-08-01

changed /trunk/default.build
/trunk/default.build Diff Switch to side-by-side view
--- a/trunk/default.build
+++ b/trunk/default.build
@@ -11,6 +11,7 @@
 	<property name="buildtool" value="devenv.com" />
     <!-- build with VS2010, if there is a 10.0 in the VC path -->
     <property name="studioversion" value="2010" if="${string::contains (environment::get-variable('VCINSTALLDIR'), '10.0')}"/>
+    <property name="studioversion" value="2008" if="${string::contains (environment::get-variable('VCINSTALLDIR'), '9.0')}"/>
     <property name="solutionname" value="CommitMonitor.sln" if="${studioversion == '2008'}"/>
     <property name="solutionname" value="CommitMonitor_VS10.sln" if="${studioversion == '2010'}"/>
 	<!-- the signinfo.txt file has to contain one line with parameters for signtool.exe,
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.