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-26 00:17:32 +0400
committerChris Want <cwant@ualberta.ca>2007-03-26 00:17:32 +0400
commit8d4f2f9fe1e6cd4e162741e7dc879c8e2dc5b235 (patch)
tree2284db354a7333248f52bb9eaec28f898b955373 /source/Makefile
parent96073e5c3db2ef5daf60b51e37417d894c75bf24 (diff)
Compiles and links for the blender executable. Somebody else can
deal with stubs/linking for blenderplayer (I wish people would plan these 'libraries' better).
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index d7f8629b2ed..3d2f79ce7a7 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -100,6 +100,8 @@ PYPLAYERLIB ?= $(PYLIB)
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/nodes_shd/$(DEBUG_DIR)libnodes_shd.a
+ COMLIB += $(OCGDIR)/blender/nodes_cmp/$(DEBUG_DIR)libnodes_cmp.a
COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a
COMLIB += $(NAN_JPEG)/lib/libjpeg.a