Compiles and links for the blender executable. Somebody else can

deal with stubs/linking for blenderplayer (I wish people would plan
these 'libraries' better).
This commit is contained in:
Chris Want
2007-03-25 20:17:32 +00:00
parent 96073e5c3d
commit 8d4f2f9fe1
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -31,7 +31,7 @@
#
#
LIBNAME = nodes
LIBNAME = nodes_cmp
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk

View File

@@ -31,7 +31,7 @@
#
#
LIBNAME = nodes
LIBNAME = nodes_shd
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk