[Rcpp-commits] r422 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 22 14:35:06 CET 2010


Author: romain
Date: 2010-01-22 14:35:06 +0100 (Fri, 22 Jan 2010)
New Revision: 422

Modified:
   pkg/src/Makevars.win
Log:
completely disable c++0x for now

Modified: pkg/src/Makevars.win
===================================================================
--- pkg/src/Makevars.win	2010-01-22 03:14:59 UTC (rev 421)
+++ pkg/src/Makevars.win	2010-01-22 13:35:06 UTC (rev 422)
@@ -37,7 +37,8 @@
 ## to filter out -Wall which generated a ton with older compilers
 newCXXFLAGS := 	$(filter-out -Wall,$(CXXFLAGS))
 CXXFLAGS := 	$(newCXXFLAGS)
-CLINK_CPPFLAGS := `${R_HOME}/bin/R --slave ../inst/discovery/cxx0x.R`
+# commented out for now
+# CLINK_CPPFLAGS := $shell(Rscript.exe ../inst/discovery/cxx0x.R)
 
 ## the 'package' library contains both Rcpp.{cpp,h} and the RcppExample used to demonstrate the package
 ## it is loaded via library(Rcpp) but is not used for compiling / linking against



More information about the Rcpp-commits mailing list