Skip to content
Prev 65 / 12125 Next

[R-pkg-devel] Package with multiple compilers?

On 29/05/2015 9:52 AM, Charles Determan wrote:
You can include the recipes for those .o files in your Makevars file.  
It is essentially a fragment of the full Makefile needed by your 
package.  I forget if you'll need to give an explicit recipe for the 
library, or whether the standard file will link them in. Try it!

Duncan Murdoch