[Gsdesign-commits] r298 - pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 9 10:42:06 CEST 2011
Author: dnadave
Date: 2011-08-09 10:42:05 +0200 (Tue, 09 Aug 2011)
New Revision: 298
Modified:
pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win
Log:
Generates NMake Makefiles using CMake. Needs to have environment variables set (i.e. INCLUDE, LIB, etc.)
Modified: pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win
===================================================================
--- pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win 2011-08-09 04:27:04 UTC (rev 297)
+++ pkg/gsDesignExplorer-dev/branches/visualstudio/gsDesignExplorer/src/Makefile.win 2011-08-09 08:42:05 UTC (rev 298)
@@ -3,8 +3,8 @@
all:
mkdir -p ../explorergui-build; \
cd ../explorergui-build; \
- cmake -G "MSYS Makefiles" ../src -DR_LIBRARIES=${LIBR} -DR_INCLUDES=${R_INCLUDE_DIR} -DCMAKE_INSTALL_PREFIX=../inst/libs/i386/; \
- make install; \
+ 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
clean:
More information about the Gsdesign-commits
mailing list