commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/default.build.user.tmpl |
--- 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" /> -->