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:
authorKent Mein <mein@cs.umn.edu>2003-05-22 21:16:41 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-22 21:16:41 +0400
commitb8f2835ba28e7dec09086599127c48b54c9fd3e7 (patch)
treedf915b1c12ab32d7e55c56d69874e4095cac7094 /source/Makefile
parentd746ad14165ea65e09f4dcdf4ca92bc6bdf2f3f2 (diff)
Stage two of removing ssl support.
I've modified things so it nolonger uses the stuff in blender/source/blender/verify This should be working for both the old Makefiles and the autoconf stuff. People working with other build systems please update them, both blender/source/blender/verify and sign will be going away soon. (Next step is to get rid of blender/intern/keymaker) Kent
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index c3cf6e9b2d4..eb7b5a9300a 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -186,7 +186,6 @@ endif
PULIB += $(OCGDIR)/blender/deflate/$(DEBUG_DIR)libdeflate.a
PULIB += $(OCGDIR)/blender/encrypt/$(DEBUG_DIR)libencrypt.a
PULIB += $(OCGDIR)/blender/decrypt/$(DEBUG_DIR)libdecrypt.a
- PULIB += $(OCGDIR)/blender/verify/$(DEBUG_DIR)libverify.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 :)
@@ -208,7 +207,6 @@ endif
SPLIB += $(OCGDIR)/blender/inflate/$(DEBUG_DIR)libinflate.a
SPLIB += $(OCGDIR)/blender/decrypt/$(DEBUG_DIR)libdecrypt.a
SPLIB += $(OCGDIR)/blender/writestreamglueSTUB/$(DEBUG_DIR)libwritestreamglueSTUB.a
- SPLIB += $(OCGDIR)/blender/verify/$(DEBUG_DIR)libverify.a
SPLIB += $(OCGDIR)/blender/blenkernel/blenkernel_blc/$(DEBUG_DIR)libblenkernel_blc.a
PULIB += $(NAN_BLENKEY)/lib/libblenkey.a