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:
authorKent Mein <mein@cs.umn.edu>2005-01-05 20:32:15 +0300
committerKent Mein <mein@cs.umn.edu>2005-01-05 20:32:15 +0300
commit405c2676ca88967afd7453046088db194103f28f (patch)
tree5bd8ca8005158f5a05ead8898e6f8410eccd3e62 /source/Makefile
parent776b2451e10963a07bf37e979d3c4b6e24a132f7 (diff)
Had to add a circular dependancy fix for debugging version of blenderplayer
on linux: I added this after the yafray library. COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a Kent
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 27ff63c7445..8ff8b79bf21 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -148,6 +148,7 @@ endif
COMLIB += $(NAN_BMFONT)/lib/$(DEBUG_DIR)libbmfont.a
COMLIB += $(NAN_PNG)/lib/libpng.a
COMLIB += $(OCGDIR)/blender/yafray/$(DEBUG_DIR)libyafrayexport.a
+ COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
ifeq ($(WITH_QUICKTIME), true)
COMLIB += $(OCGDIR)/blender/blenderqt/$(DEBUG_DIR)libblenderqt.a
endif