Chris reported build errors w/ traditional makefiles.
This commit moves the 2 undefined references to BPY_interface.c and changes things a little, hopefully fixing the problem. I had to add a new dir, source/blender/include/ to auto*'s Makefile.am in source/blender/python/. Thanks Chris for the report, and Jiri, for adding a missing declaration.
This commit is contained in:
@@ -37,4 +37,3 @@ void initBlenderApi2_2x (void);
|
||||
void clearScriptLinks (void);
|
||||
ScriptLink * setScriptLinks(ID *id, short event);
|
||||
void discardFromBDict (char *key);
|
||||
void EXPP_move_to_spacescript (struct Script *script);
|
||||
|
||||
Reference in New Issue
Block a user