search for: pkg_res

Displaying 1 result from an estimated 1 matches for "pkg_res".

2007 Dec 20
2
SHLIB steps on a Makefile
...opied those onto the Makefile. But one step seems to be missing, the creation of the _res.rc file needed by windres g++-sjlj -I$(RHOME)/include -I../inst/include/ -O2 -Wall -c pkg.cpp -o pkg.o windres --preprocessor="gcc-sjlj -E -xc -DRC_INVOKED" -I$(RHOME)/include -I../inst/include -i pkg_res.rc -o pkg_res.o g++-sjlj -shared -s -o pkg.dll pkg.def pkg.o FL pkg_res.o -L$(RHOME)/bin -lR This might be fairly obvious, but it is my first attempt at compiling with MinGW and my search has been fruitless. What is it that I need to add to replicate what Rcmd SHLIB does? Many thanks, Iago Mo...