Subject: | request for OBJECT in config hash |
would it be possible to add OBJECT as an allowed option in the config hash. This would also require adding handling for this key in the validate sub of Inline::C
this would handle cases where you have foo.c and foo.h in addition to SomeModule.xs where you need the object file foo.o for SomeModule.xs
I typically add
OBJECT => '$(O_FILES)'
to the Makefile.PL to pick up these other files, but it would be nice to have this automated when the Makefile.PL is generated