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:
@@ -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
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
LIBNAME = nodes
|
||||
LIBNAME = nodes_cmp
|
||||
DIR = $(OCGDIR)/blender/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
LIBNAME = nodes
|
||||
LIBNAME = nodes_shd
|
||||
DIR = $(OCGDIR)/blender/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
Reference in New Issue
Block a user