[Rcpp-commits] r420 - pkg/inst/skeleton
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 22 03:50:33 CET 2010
Author: edd
Date: 2010-01-22 03:50:31 +0100 (Fri, 22 Jan 2010)
New Revision: 420
Added:
pkg/inst/skeleton/Makevars.win
Log:
added missing Makevars.win to skeleton
Added: pkg/inst/skeleton/Makevars.win
===================================================================
--- pkg/inst/skeleton/Makevars.win (rev 0)
+++ pkg/inst/skeleton/Makevars.win 2010-01-22 02:50:31 UTC (rev 420)
@@ -0,0 +1,4 @@
+
+## This assume that we can call Rscript to ask Rcpp about its locations
+PKG_CPPFLAGS=$(shell Rscript.exe -e "Rcpp:::CxxFlags()")
+PKG_LIBS=$(shell Rscript.exe -e "Rcpp:::LdFlags()")
More information about the Rcpp-commits
mailing list