[Gsdesign-commits] r308 - pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 10 22:05:59 CEST 2011


Author: tonypujals
Date: 2011-08-10 22:05:58 +0200 (Wed, 10 Aug 2011)
New Revision: 308

Modified:
   pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/Makefile.vstudio
Log:
Added a target to Makefile.vstudio (the top level make for gsDesignExplorer used by Visual Studio) to set the CMD shell environment used by nmake.

Modified: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/Makefile.vstudio
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/Makefile.vstudio	2011-08-10 20:04:50 UTC (rev 307)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/Makefile.vstudio	2011-08-10 20:05:58 UTC (rev 308)
@@ -1,3 +1,6 @@
-all:
+all: environment
 	cd ..
 	R CMD INSTALL --no-clean-on-error gsDesignExplorer
+
+environment:
+	environment.cmd



More information about the Gsdesign-commits mailing list