final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon

This commit is contained in:
alecf%netscape.com 2001-10-26 03:18:09 +00:00
Родитель 3251c9f9ff
Коммит 91f782f06b
21 изменённых файлов: 25 добавлений и 133 удалений

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

@ -89,6 +89,7 @@ LLIBS=\
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\gkgfx.lib \
$(DIST)\lib\timer_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
!if defined(MOZ_PERF)
$(DIST)\lib\util.lib \

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

@ -133,6 +133,7 @@ LLIBS = \
LLIBS = \
$(LLIBS) \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\unicharutil_s.lib \
$(DIST)\lib\js3250.lib \
$(DIST)\lib\gkgfx.lib \
$(LIBNSPR) \

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

@ -40,6 +40,7 @@ REQUIRES= xpcom \
mimetype \
content \
layout \
unicharutil \
$(NULL)
include <$(DEPTH)\config\config.mak>
@ -73,6 +74,7 @@ LCFLAGS = \
LLIBS= \
$(DIST)\lib\util.lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR)
include <$(DEPTH)\config\rules.mak>

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

@ -28,7 +28,11 @@ PROG1 = .\$(OBJDIR)\GenCyrillicClass.exe
PROGRAMS = $(PROG1)
LCFLAGS=-DUSE_NSREG
REQUIRES=\
xpcom \
string \
unicharutil \
uconv
LLIBS= \
$(DIST)\lib\xpcom.lib \

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

@ -92,6 +92,7 @@ LLIBS= \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\gkgfx.lib \
$(DIST)\lib\timer_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
!if defined(MOZ_PERF)
$(DIST)\lib\util.lib \

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

@ -42,8 +42,12 @@ REQUIRES = xpcom \
gfx \
content \
layout_xul \
!ifdef MOZ_SVG
raptor \
!endif
$(NULL)
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
EXPORTS = \

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

@ -40,7 +40,6 @@ REQUIRES = xpcom \
locale \
mork \
appcomps \
raptor \
mozldap \
$(NULL)
@ -70,6 +69,7 @@ LLIBS= \
$(DIST)\lib\xpcom.lib \
$(LIBNSPR) \
$(DIST)\lib\rdfutil_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(NULL)
include <$(DEPTH)\config\rules.mak>

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

@ -78,10 +78,10 @@ SUB_LIBRARIES= \
LLIBS= \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
$(DIST)\lib\msgbsutl.lib \
$(DIST)\lib\timer_s.lib \
$(DIST)\lib\rdfutil_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR) \
$(NULL)

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

@ -33,6 +33,7 @@ REQUIRES = xpcom \
rdf \
msglocal \
intl \
unicharutil \
pref \
timer \
msgnews \

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

@ -66,6 +66,7 @@ LLIBS= \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
$(DIST)\lib\msgbsutl.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR) \
$(NULL)

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

@ -64,6 +64,7 @@ LLIBS= \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\msgbsutl.lib \
$(DIST)\lib\rdfutil_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR) \
$(NULL)

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

@ -39,6 +39,7 @@ REQUIRES = xpcom \
msgdb \
msglocal \
mimetype \
unicharutil \
$(NULL)
LIBRARY_NAME = $(MODULE)
META_COMPONENT = mail
@ -59,6 +60,7 @@ CPP_OBJS=\
LLIBS=\
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR) \
$(NULL)

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

@ -1,69 +0,0 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
DEPTH=..\..\..
MODULE = msglocal
LIBRARY_NAME = msglocal
META_COMPONENT = mail
MODULE_NAME = local_mail_services
REQUIRES = xpcom \
string \
mailnews \
msgbase \
msgsearch \
msgbaseutil \
msgdb \
necko \
txmgr \
rdf \
rdfutil \
mime \
intl \
pref \
nkcache \
$(NULL)
################################################################################
## exports
EXPORTS= \
nsMsgLocalCID.h \
$(NULL)
################################################################################
## library
CPP_OBJS=\
.\$(OBJDIR)\nsMsgLocalFactory.obj \
$(NULL)
SUB_LIBRARIES= \
$(DIST)\lib\msglocal_s.lib \
$(NULL)
LLIBS=\
$(DIST)\lib\xpcom.lib \
$(LIBNSPR) \
$(DIST)\lib\rdfutil_s.lib \
$(DIST)\lib\msgbsutl.lib \
$(NULL)
include <$(DEPTH)\config\rules.mak>

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

@ -1,56 +0,0 @@
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
DEPTH=..\..\..
MODULE = mime
LIBRARY_NAME = mime
META_COMPONENT = mail
MODULE_NAME = mime_services
REQUIRES = xpcom \
string \
msgbase \
pref \
necko \
uconv \
$(NULL)
EXPORTS= \
nsMsgMimeCID.h \
$(NULL)
################################################################################
## library
CPP_OBJS=\
.\$(OBJDIR)\nsMimeModule.obj \
$(NULL)
SUB_LIBRARIES= \
$(DIST)\lib\mime_s.lib \
$(NULL)
LLIBS= \
$(LLIBS) \
$(LIBNSPR) \
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\msgbsutl.lib \
$(NULL)
include <$(DEPTH)\config\rules.mak>

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

@ -33,7 +33,7 @@ REQUIRES = xpcom \
jar \
locale \
intl \
uconv \
uconv \
zlib \
$(NULL)
@ -67,6 +67,7 @@ SUB_LIBRARIES= \
$(NULL)
LLIBS= \
$(DIST)\lib\unicharutil_s.lib \
!ifdef MOZ_PERF
$(DIST)\lib\util.lib \
!endif

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

@ -48,7 +48,6 @@ REQUIRES = xpcom \
docshell \
webBrowser_core \
widget \
rdf \
uconv \
$(NULL)
include <$(DEPTH)\config\config.mak>

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

@ -49,6 +49,7 @@ SUB_LIBRARIES=\
LLIBS=\
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\timer_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR)
# XXX Note dependencies on implementation dirs for factory methods.

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

@ -27,7 +27,6 @@ LIBRARY_NAME = gkwidget
MODULE_NAME = nsWidgetModule
REQUIRES = xpcom \
string \
widget \
necko \
uconv \
gfx \

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

@ -36,7 +36,6 @@ EXPORTS = \
MODULE=widget
REQUIRES = xpcom \
string \
widget \
layout \
gfx \
$(NULL)

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

@ -41,7 +41,6 @@ REQUIRES = xpcom \
pref \
editor \
appcomps \
rdf \
webBrowser_core \
uconv \
chardet \

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

@ -79,6 +79,7 @@ LLIBS= \
$(DIST)\lib\js3250.lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\timer_s.lib \
$(DIST)\lib\unicharutil_s.lib \
$(LIBNSPR) \
$(NULL)