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 04:22:37 +0400
committerChris Want <cwant@ualberta.ca>2007-03-26 04:22:37 +0400
commitaba5557028460e4647ff29e7fa71662e5a4104d5 (patch)
tree872339b5195939a7d30df372e8a10b5bc1e294bd /source/Makefile
parentf9c234b2b446e50d28366fa71db14fe82b8f0cc7 (diff)
Need nodes libs before imbuf lib when linking blenderplayer
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 3d2f79ce7a7..222e197454a 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -98,10 +98,10 @@ PYPLAYERLIB ?= $(PYLIB)
COMLIB += $(NAN_DECIMATION)/lib/libdecimation.a
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/nodes_shd/$(DEBUG_DIR)libnodes_shd.a
COMLIB += $(OCGDIR)/blender/nodes_cmp/$(DEBUG_DIR)libnodes_cmp.a
+ COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a
COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a
COMLIB += $(NAN_JPEG)/lib/libjpeg.a