[Gsdesign-commits] r307 - pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 10 22:04:51 CEST 2011
Author: tonypujals
Date: 2011-08-10 22:04:50 +0200 (Wed, 10 Aug 2011)
New Revision: 307
Modified:
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win
Log:
Modified src\Makefile.win (which is invoked by R on Windows) to work in the Windows CMD shell
Modified: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win 2011-08-10 19:59:21 UTC (rev 306)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win 2011-08-10 20:04:50 UTC (rev 307)
@@ -1,14 +1,12 @@
LIBR = "-L$(R_HOME)/bin/i386 -lR -L../inst/libs/i386"
all:
- mkdir -p ../explorergui-build; \
- cd ../explorergui-build; \
- cmake -G "NMake Makefiles" ../src -DR_LIBRARIES=${LIBR} -DR_INCLUDES=${R_INCLUDE_DIR} -DCMAKE_INSTALL_PREFIX=../inst/libs/i386/; \
- nmake install; \
- cp -R ../src/images/ ../inst
+ cd ../explorergui-build
+ nmake install
+ cp -R ../src/images/ ../inst
clean:
- rm -rf ../explorergui-build; \
- rm -rf ../inst/libs; \
+ rm -rf ../explorergui-build
+ rm -rf ../inst/libs
rm -rf ../inst/images
More information about the Gsdesign-commits
mailing list