Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs * Adds WINNT ifdefs to Makefile.ins * Causes NSPR to be compiled with --with-mozilla * Misc general Makefile.in cleanup Bug #58981 r=mcafee git-svn-id: svn://10.0.0.236/trunk@110703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -100,6 +100,10 @@ EXTRA_LIBS = $(NSS_LIBS)
|
||||
|
||||
EXTRA_DEPS = $(EXTRA_LIBS)
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DNSS_USE_STATIC_LIBS
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# Use local includes because they are inserted before INCLUDES
|
||||
|
||||
Reference in New Issue
Block a user