Menu

Commit [r272]  Maximize  Restore  History

VS 2008 uses "%VS90COMNTOOLS%" instead of "%VS80COMNTOOLS%"

toschaef 2008-04-15

changed /trunk/default.build.user.tmpl
/trunk/default.build.user.tmpl Diff Switch to side-by-side view
--- a/trunk/default.build.user.tmpl
+++ b/trunk/default.build.user.tmpl
@@ -20,7 +20,7 @@
 
 	<target name="VSNET" description="Checks if the env variables for VS.NET2005 are set">
 		<if test="${not environment::variable-exists('VCINSTALLDIR')}">
-			<fail>You must first call "%VS80COMNTOOLS%\vsvars32.bat"</fail>
+			<fail>You must first call "%VS90COMNTOOLS%\vsvars32.bat"</fail>
 		</if>
 		<!-- Uncomment the line below to allow limited building using VC Express instead of VS.NET. -->
 		<!-- <property name="buildtool" value="vcexpress.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.