summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-10-13 22:24:10 +0000
committerwtc%netscape.com <devnull@localhost>2000-10-13 22:24:10 +0000
commit81c729a1a1806e7307eb373209d92799aa606c2b (patch)
treefc8067a562a7359890a8d5581cccf7c4d5fd4354
parent8363c368eeea26947a326af1543624dc66d83839 (diff)
downloadnss-hg-81c729a1a1806e7307eb373209d92799aa606c2b.tar.gz
Bugzilla bug #56442: the DLL name on Windows should be nssckbi.dll, not
nssckbi32.dll. (NSS_3_1_BRANCH)
-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