From 3c7c20676e1666f2d684571b501d7ac8762a91e0 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 30 May 2003 15:06:54 +0000 Subject: This is a fun one ;) Removes ssl from blender. makes the following directorys not needed anymore: blender/intern/keymaker blender/source/blender/src/pub blender/source/blender/encrypt blender/source/blender/decrypt blender/source/blender/sign blender/source/blender/verify It works with The Nan Makefiles and autoconf, could whoever is working on the other build systems update them so we can nuke those directorys? They won't do anything but I figured I'd leave them in for a week or so to make things easyer on people. Kent --- intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/Makefile b/intern/Makefile index 8d38480e385..41fd7010809 100644 --- a/intern/Makefile +++ b/intern/Makefile @@ -35,7 +35,7 @@ SOURCEDIR = intern # include nan_subdirs.mk ALLDIRS = string ghost guardedalloc bmfont moto container memutil -ALLDIRS += decimation iksolver keymaker bsp +ALLDIRS += decimation iksolver bsp ifneq ($(EXPYTHON), true) ALLDIRS += python/freeze -- cgit v1.2.3