summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-10-13 22:42:53 +0000
committerwtc%netscape.com <devnull@localhost>2000-10-13 22:42:53 +0000
commit46d5b6a65c5917f8a5ad8ea88d6cfcbf54614e88 (patch)
treef378d59e07a979451c22f0fe49b8d22b9f8a36fb /security/nss/lib/ckfw
parent039adb0b1391f768583c59aa56ff35c6fd7c04ff (diff)
downloadnss-hg-46d5b6a65c5917f8a5ad8ea88d6cfcbf54614e88.tar.gz
Bugzilla bug #56442: the DLL name on Windows should be nssckbi.dll, not
nssckbi32.dll.
Diffstat (limited to 'security/nss/lib/ckfw')
-rw-r--r--security/nss/lib/ckfw/builtins/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/nss/lib/ckfw/builtins/Makefile b/security/nss/lib/ckfw/builtins/Makefile
index f09b683b2..c0a80527d 100644
--- a/security/nss/lib/ckfw/builtins/Makefile
+++ b/security/nss/lib/ckfw/builtins/Makefile
@@ -73,6 +73,11 @@ endif
endif
+ifeq ($(OS_ARCH), WINNT)
+ SHARED_LIBRARY = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).dll
+ IMPORT_LIBRARY = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).lib
+endif
+
include $(CORE_DEPTH)/coreconf/rules.mk