From 39a8c014c4572f7f5f9ca099482929b67fe4273e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 16 Apr 2004 15:55:16 +0000 Subject: This commit removes the glue from Blender, and with it the directories decrypt, deflate, encrypt, inflate, readstreamglue, sign, writeblenfile and writestreamglue. Sirdude was so kind to modify the makefiles, so SCons and Make are ready to build with the new Blender. Visual Studio workspaces, solutions and projectfiles still need to be updated (I'll do the .vcprojs and .sln myself after this commit). Runtimes created with the Blender Publisher are not anymore recognised - if you want these available, you'll have to convert them first to .blends with the Publisher. --- source/Makefile | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 20322946ab7..a952fd35274 100644 --- a/source/Makefile +++ b/source/Makefile @@ -202,17 +202,6 @@ endif PULIB = $(NAN_IKSOLVER)/lib/libiksolver.a PULIB += $(NAN_MOTO)/lib/libmoto.a PULIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a - PULIB += $(OCGDIR)/blender/readstreamglue/$(DEBUG_DIR)libreadstreamglue.a - PULIB += $(OCGDIR)/blender/writestreamglue/$(DEBUG_DIR)libwritestreamglue.a - # toggle 2 writestreamglue libs for the Uber-Publisher :) - #PULIB += $(OCGDIR)/blender/writestreamglueSTUB/$(DEBUG_DIR)libwritestreamglueSTUB.a - PULIB += $(OCGDIR)/blender/inflate/$(DEBUG_DIR)libinflate.a - PULIB += $(OCGDIR)/blender/deflate/$(DEBUG_DIR)libdeflate.a - PULIB += $(OCGDIR)/blender/writeblenfile/$(DEBUG_DIR)libwriteblenfile.a - PULIB += $(OCGDIR)/blender/writestreamglue/$(DEBUG_DIR)libwritestreamglue.a - # toggle 2 writestreamglue libs for the Uber-Publisher :) - #PULIB += $(OCGDIR)/blender/writestreamglueSTUB/$(DEBUG_DIR)libwritestreamglueSTUB.a - PULIB += $(OCGDIR)/blender/readstreamglue/$(DEBUG_DIR)libreadstreamglue.a # KEY_dependkludge fix.. Remove me PULIB += $(OCGDIR)/blender/src/$(DEBUG_DIR)libsrcpublisher.a ifeq ($(NAN_NO_KETSJI),true) @@ -229,12 +218,9 @@ endif SPLIB = $(OCGDIR)/blender/makesdna/$(DEBUG_DIR)DNA.o SPLIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a - SPLIB += $(OCGDIR)/blender/readstreamglue/$(DEBUG_DIR)libreadstreamglue.a # this is used for the plugin. It uses some things from libz.a, # but somehow it consistently fails to resolve these symbols... or # can I just not check them? nm claims they aren't... - SPLIB += $(OCGDIR)/blender/inflate/$(DEBUG_DIR)libinflate.a - SPLIB += $(OCGDIR)/blender/writestreamglueSTUB/$(DEBUG_DIR)libwritestreamglueSTUB.a SPLIB += $(OCGDIR)/blender/blenkernel/blenkernel_blc/$(DEBUG_DIR)libblenkernel_blc.a # These three need to be explicitly mentioned on the cl, because -- cgit v1.2.3