Menu

Commit [r1064]  Maximize  Restore  History

Update default.build.user.tmpl for VS2015.

xhmikosr 2015-07-26

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
@@ -18,9 +18,9 @@
   <!-- These two targets have to exist in doc.build.user                      -->
   <!-- ====================================================================== -->
 
-  <target name="VSNET" description="Checks if the env variables for VS2013 are set">
+  <target name="VSNET" description="Checks if the env variables for VS2015 are set">
     <if test="${not environment::variable-exists('VCINSTALLDIR')}">
-      <fail>You must first call "%VS120COMNTOOLS%\vsvars32.bat"</fail>
+      <fail>You must first call "%VS140COMNTOOLS%\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.