in reply to Re^4: Real Static Modulesin thread Real Static Modules
WriteMakefile( # stuff OBJECT => 'mylib.o anotherlib.o $(BASEEXT)$(OBJ_EXT)' # more stuff ); [download]