From 050dc02134d71ba984fd1dd900ffccf45cbd6865 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Mon, 15 Dec 2003 18:18:09 +0000 Subject: 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. --- source/blender/blenkernel/intern/script.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenkernel/intern/script.c') diff --git a/source/blender/blenkernel/intern/script.c b/source/blender/blenkernel/intern/script.c index 13b7473b9d8..78a9b511538 100644 --- a/source/blender/blenkernel/intern/script.c +++ b/source/blender/blenkernel/intern/script.c @@ -37,7 +37,6 @@ #include "DNA_script_types.h" #include "BKE_script.h" -#include "BIF_drawscript.h" /* for unlink_script */ /* #include "BLI_blenlib.h" @@ -64,7 +63,5 @@ void free_script (Script *script) BPY_clear_script(script); } - unlink_script (script); /* unlink from all visible SPACE_SCRIPTS */ - return; } -- cgit v1.2.3