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 2006-05-17 02:33:47 +00:00
Родитель 33c125bd2b
Коммит e9ba0b0523
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -65,6 +65,16 @@ CPPSRCS= \
inPNGEncoder.cpp \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
DIRS += win
endif
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_HTML
ifeq ($(OS_ARCH),WINNT)
DEFINES += -DWIN32_LEAN_AND_MEAN
endif