Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-12-15 21:18:09 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2003-12-15 21:18:09 +0300
commit050dc02134d71ba984fd1dd900ffccf45cbd6865 (patch)
treec439c24bbc22034b3ac0b7419cacc41865a1c62d /source/blender/python/api2_2x/EXPP_interface.h
parent436bb963f128b96f871d1ae7fa651cf7c9d810d1 (diff)
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.
Diffstat (limited to 'source/blender/python/api2_2x/EXPP_interface.h')
-rw-r--r--source/blender/python/api2_2x/EXPP_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/EXPP_interface.h b/source/blender/python/api2_2x/EXPP_interface.h
index 10c1a7c17f3..87e5d3dd1ea 100644
--- a/source/blender/python/api2_2x/EXPP_interface.h
+++ b/source/blender/python/api2_2x/EXPP_interface.h
@@ -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);