in reply to extra .c file in .xs module building
Update: The 2 stops (.) are wrong and it's probably better expressed as:OBJECT => 'module_name.$(OBJ_EXT) extra.$(OBJ_EXT)',
I gather that if you specify one object file, then you need to specify *all* object files that are going to be built. (And I don't know whether that's all that's required to get it to work.)OBJECT => '$(BASEEXT)$(OBJ_EXT) extra$(OBJ_EXT)',
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extra .c file in .xs module building
by cmac (Monk) on Jan 18, 2009 at 06:46 UTC | |
by chromatic (Archbishop) on Jan 18, 2009 at 07:34 UTC | |
by cmac (Monk) on Jan 19, 2009 at 03:06 UTC |