summaryrefslogtreecommitdiff
path: root/security/nss/lib/fortcrypt
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-30 19:43:26 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-30 19:43:26 +0000
commit3015415dded9e2081cf22e260f8b2e2f7467fdf7 (patch)
tree3759337cfab7e78f11efaaf6cc51659f50b28e89 /security/nss/lib/fortcrypt
parentc3a1ea79e8649cbf7ed64fac061373b34dee2dc9 (diff)
downloadnss-hg-3015415dded9e2081cf22e260f8b2e2f7467fdf7.tar.gz
Bugzilla bug #66889: do not export the Windows import libraries for the
loadable PKCS#11 modules fort32.dll, swft32.dll, and nssckbi.dll. Reviewed by Bob Relyea. Modified files: nss/lib/ckfw/builtins/Makefile nss/lib/ckfw/builtins/config.mk nss/lib/fortcrypt/config.mk nss/lib/fortcrypt/swfort/pkcs11/config.mk
Diffstat (limited to 'security/nss/lib/fortcrypt')
-rw-r--r--security/nss/lib/fortcrypt/config.mk13
-rw-r--r--security/nss/lib/fortcrypt/swfort/pkcs11/config.mk13
2 files changed, 4 insertions, 22 deletions
diff --git a/security/nss/lib/fortcrypt/config.mk b/security/nss/lib/fortcrypt/config.mk
index 1e8237ff2..d54a9dfc0 100644
--- a/security/nss/lib/fortcrypt/config.mk
+++ b/security/nss/lib/fortcrypt/config.mk
@@ -32,21 +32,12 @@
#
#
-# Override TARGETS variable so that only static libraries
+# Override TARGETS variable so that only shared libraries
# are specifed as dependencies within rules.mk.
#
-ifeq ($(OS_TARGET), WIN16)
-TARGETS = all
-else
TARGETS = $(SHARED_LIBRARY)
-endif
LIBRARY =
-PURE_LIBRARY =
+IMPORT_LIBRARY =
PROGRAM =
-
-ifeq ($(OS_TARGET), WIN16)
-dummy:
- @echo $(TARGETS)
-endif
diff --git a/security/nss/lib/fortcrypt/swfort/pkcs11/config.mk b/security/nss/lib/fortcrypt/swfort/pkcs11/config.mk
index 9b1a488d2..960774691 100644
--- a/security/nss/lib/fortcrypt/swfort/pkcs11/config.mk
+++ b/security/nss/lib/fortcrypt/swfort/pkcs11/config.mk
@@ -32,21 +32,12 @@
#
#
-# Override TARGETS variable so that only static libraries
+# Override TARGETS variable so that only shared libraries
# are specifed as dependencies within rules.mk.
#
-ifeq ($(OS_TARGET), WIN16)
-TARGETS = all
-else
TARGETS = $(SHARED_LIBRARY) $(SHARED_SW_LIBRARY) $(LIBCI_JAR) $(LIBCI_SW_JAR)
-endif
LIBRARY =
-PURE_LIBRARY =
+IMPORT_LIBRARY =
PROGRAM =
-
-ifeq ($(OS_TARGET), WIN16)
-dummy:
- @echo $(TARGETS)
-endif