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:
authorChris Want <cwant@ualberta.ca>2007-03-25 20:47:31 +0400
committerChris Want <cwant@ualberta.ca>2007-03-25 20:47:31 +0400
commit96073e5c3db2ef5daf60b51e37417d894c75bf24 (patch)
treea51ef99b6d042ab5ac9c4c9b5d2e6ce5873e07a4 /source/Makefile
parent0eff40f01f9ebf3995d43ebe84e071848ff2fb9c (diff)
Makefiles for nodes. Compiles but doesn't link, but I'm late for noodles.
To do: either tweak link order, or check functions declared as static.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 5fc3186dd86..d7f8629b2ed 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -99,6 +99,7 @@ PYPLAYERLIB ?= $(PYLIB)
COMLIB += $(OCGDIR)/blender/blenloader/$(DEBUG_DIR)libblenloader.a
COMLIB += $(OCGDIR)/blender/blenpluginapi/$(DEBUG_DIR)libblenpluginapi.a
COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a
+ COMLIB += $(OCGDIR)/blender/nodes/$(DEBUG_DIR)libnodes.a
COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a
COMLIB += $(NAN_JPEG)/lib/libjpeg.a