[Rinside-commits] r92 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 31 19:35:05 CET 2010


Author: romain
Date: 2010-01-31 19:35:04 +0100 (Sun, 31 Jan 2010)
New Revision: 92

Modified:
   pkg/src/Makefile.win
Log:
apply patch from Brian Ripley and Uwe Ligges for enabling windows 64 builds

Modified: pkg/src/Makefile.win
===================================================================
--- pkg/src/Makefile.win	2010-01-30 18:14:51 UTC (rev 91)
+++ pkg/src/Makefile.win	2010-01-31 18:35:04 UTC (rev 92)
@@ -26,6 +26,8 @@
 ##    below which should be all that is needed to support several
 ##    R installations at the same time.
 
+include $(R_HOME)/etc$(R_ARCH)/Makeconf
+
 SOURCES	:= 		$(wildcard *.cpp)
 OBJECTS	:= 		$(SOURCES:.cpp=.o)
 



More information about the Rinside-commits mailing list