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
This commit is contained in:
seawood%netscape.com 2005-08-18 11:15:24 +00:00
Родитель fae2f4dec4
Коммит 59efa10b2d
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -47,10 +47,7 @@ CPPSRCS = nsSHEntry.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk