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:
seawood%netscape.com
2001-12-18 09:14:29 +00:00
parent 1a0670162a
commit 0bd62df729
326 changed files with 3720 additions and 709 deletions

View File

@@ -49,7 +49,5 @@ EXPORTS = \
zip.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

View File

@@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
MODULE = java
EXPORTS = java_lang_String.h jdk_java_lang_String.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk