Skip to content

Commit

Permalink
Stop linking in wsock32.lib and winmm.lib on Windows. We haven't needed
Browse files Browse the repository at this point in the history
these since we started linking with NSPR's DLLs, and they don't exist
on WinCE.
  • Loading branch information
nelsonb%netscape.com committed Apr 5, 2002
1 parent 9acf8ed commit d06abe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions security/nss/cmd/platlibs.mk
Expand Up @@ -75,7 +75,7 @@ EXTRA_LIBS += \
$(NULL)

# $(PROGRAM) has NO explicit dependencies on $(OS_LIBS)
OS_LIBS += \
#OS_LIBS += \
wsock32.lib \
winmm.lib \
$(NULL)
Expand Down Expand Up @@ -155,7 +155,7 @@ EXTRA_LIBS += \
$(NULL)

# $(PROGRAM) has NO explicit dependencies on $(OS_LIBS)
OS_LIBS += \
#OS_LIBS += \
wsock32.lib \
winmm.lib \
$(NULL)
Expand Down
2 changes: 0 additions & 2 deletions security/nss/lib/ckfw/builtins/Makefile
Expand Up @@ -47,8 +47,6 @@ ifeq (,$(filter-out WIN%,$(OS_TARGET)))
EXTRA_LIBS += \
$(DIST)/lib/$(NSPR31_LIB_PREFIX)plc4_s.lib \
$(DIST)/lib/$(NSPR31_LIB_PREFIX)plds4_s.lib \
wsock32.lib \
winmm.lib \
$(NULL)

else
Expand Down

0 comments on commit d06abe4

Please sign in to comment.