зеркало из https://github.com/mozilla/pjs.git
Remove unused defines:
_IMPL_NS_HTML _IMPL_NS_RDF _IMPL_NS_WEB USE_NSREG Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>. Bug #125118 r=cls sr=bryner Bug #160397 r=cls sr=bryner Bug #160628 r=cls Bug #160451 r=cls sr=bryner _IMPL_NS_VIEW Patches for removing above define contributed by Brian Ryner <bryner@netscape.com> Bug #160416 r=cls
This commit is contained in:
Родитель
038e93f4d8
Коммит
fdafe18afe
|
@ -208,15 +208,10 @@ FINAL_LINK_LIBS=$(DIST)\final-link-libs
|
|||
CFLAGS=$(CFLAGS) -D_IMPL_NS_APPSHELL
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_COOKIE
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_GFX
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_HTML
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_HTMLPARS
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_LAYOUT
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_MSG_BASE
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_PICS
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_PLUGIN
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_RDF
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_VIEW
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_WEB
|
||||
CFLAGS=$(CFLAGS) -D_IMPL_NS_WIDGET
|
||||
!endif
|
||||
|
||||
|
|
|
@ -421,15 +421,10 @@ DEFINES += \
|
|||
-D_IMPL_NS_APPSHELL \
|
||||
-D_IMPL_NS_COOKIE \
|
||||
-D_IMPL_NS_GFX \
|
||||
-D_IMPL_NS_HTML \
|
||||
-D_IMPL_NS_HTMLPARS \
|
||||
-D_IMPL_NS_LAYOUT \
|
||||
-D_IMPL_NS_MSG_BASE \
|
||||
-D_IMPL_NS_PICS \
|
||||
-D_IMPL_NS_PLUGIN \
|
||||
-D_IMPL_NS_RDF \
|
||||
-D_IMPL_NS_VIEW \
|
||||
-D_IMPL_NS_WEB \
|
||||
-D_IMPL_NS_WIDGET \
|
||||
$(NULL)
|
||||
endif
|
||||
|
|
|
@ -52,8 +52,6 @@
|
|||
// 98-09-25 mlm - turn on javascript thread safety
|
||||
#define JS_THREADSAFE 1
|
||||
|
||||
#define USE_NSREG 1
|
||||
|
||||
// External DTD support for XML
|
||||
#define XML_DTD
|
||||
|
||||
|
|
|
@ -121,8 +121,6 @@ LDFLAGS += -Wl,-LD_LAYOUT:lgot_buffer=80
|
|||
endif
|
||||
endif
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../base/src \
|
||||
-I$(srcdir)/../html/base/src \
|
||||
-I$(srcdir)/../html/style/src \
|
||||
|
|
|
@ -1,114 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsContentDLF.obj \
|
||||
.\$(OBJDIR)\nsContentModule.obj \
|
||||
.\$(OBJDIR)\nsContentHTTPStartup.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS=nsContentCID.h
|
||||
|
||||
MODULE=content
|
||||
LIBRARY_NAME=gkcontent
|
||||
MODULE_NAME=nsContentModule
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
necko \
|
||||
rdf \
|
||||
docshell \
|
||||
dom \
|
||||
htmlparser \
|
||||
uriloader \
|
||||
webshell \
|
||||
locale \
|
||||
unicharutil \
|
||||
lwbrk \
|
||||
js \
|
||||
pref \
|
||||
layout \
|
||||
gfx \
|
||||
layout_xul \
|
||||
content_xul \
|
||||
caps \
|
||||
xpconnect \
|
||||
imglib2 \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\html\base\src -I..\base\src \
|
||||
-I..\html\style\src \
|
||||
-I..\xul\content\src \
|
||||
-I..\xul\templates\src \
|
||||
-I..\xul\base\src \
|
||||
-I..\events\src \
|
||||
-I..\html\content\src \
|
||||
-I..\html\document\src
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
SUB_LIBRARIES=\
|
||||
$(DIST)\lib\contentbase_s.lib \
|
||||
$(DIST)\lib\contenthtmlcontent_s.lib \
|
||||
$(DIST)\lib\contenthtmldoc_s.lib \
|
||||
$(DIST)\lib\contenthtmlstyle_s.lib \
|
||||
$(DIST)\lib\contentxmlcontent_s.lib \
|
||||
$(DIST)\lib\contentxmldoc_s.lib \
|
||||
$(DIST)\lib\contentxsldoc_s.lib \
|
||||
$(DIST)\lib\contentxulcontent_s.lib \
|
||||
$(DIST)\lib\contentxuldocument_s.lib \
|
||||
$(DIST)\lib\contentxultemplates_s.lib \
|
||||
$(DIST)\lib\contentxbl_s.lib \
|
||||
!ifdef MOZ_SVG
|
||||
$(DIST)\lib\contentsvgdoc_s.lib \
|
||||
$(DIST)\lib\contentsvg_s.lib \
|
||||
!endif
|
||||
$(DIST)\lib\contentevents_s.lib \
|
||||
$(DIST)\lib\contentshared_s.lib \
|
||||
$(NULL)
|
||||
|
||||
LLIBS=\
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\gkgfx.lib \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
|
||||
!if defined(MOZ_PERF)
|
||||
$(DIST)\lib\util.lib \
|
||||
!endif
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
export:: gbdate.h
|
||||
|
||||
gbdate.h:: gbdate.pl
|
||||
echo +++ make: Creating $@
|
||||
$(PERL) gbdate.pl > gbdate.h
|
||||
|
||||
|
|
@ -60,8 +60,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..
|
||||
|
||||
|
||||
|
||||
LIBRARY_NAME=contentevents_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
js \
|
||||
locale \
|
||||
widget \
|
||||
caps \
|
||||
xpconnect \
|
||||
docshell \
|
||||
webshell \
|
||||
pref \
|
||||
htmlparser \
|
||||
view \
|
||||
gfx \
|
||||
layout \
|
||||
layout_xul \
|
||||
necko \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= .\$(OBJDIR)\nsEventListenerManager.obj \
|
||||
.\$(OBJDIR)\nsEventStateManager.obj \
|
||||
.\$(OBJDIR)\nsDOMEvent.obj \
|
||||
.\$(OBJDIR)\nsDOMMutationEvent.obj \
|
||||
.\$(OBJDIR)\nsPrivateTextRange.obj \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LINCS= -I..\..\html\base\src -I..\..\xul\content\src -I..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -129,8 +129,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,141 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME = contenthtmlcontent_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
dom \
|
||||
js \
|
||||
locale \
|
||||
webshell \
|
||||
htmlparser \
|
||||
necko \
|
||||
view \
|
||||
pref \
|
||||
docshell \
|
||||
uriloader \
|
||||
xpconnect \
|
||||
caps \
|
||||
editor \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
layout \
|
||||
gfx \
|
||||
content_xul \
|
||||
mimetype \
|
||||
exthandler \
|
||||
unicharutil \
|
||||
uconv \
|
||||
layout_xul \
|
||||
intl \
|
||||
$(NULL)
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
!if defined(XP_NEW_SELECTION)
|
||||
DEFINES = $(DEFINES) -DXP_NEW_SELECTION
|
||||
!endif
|
||||
|
||||
EXPORTS= \
|
||||
nsIAttributeContent.h \
|
||||
nsIHTMLTableCellElement.h \
|
||||
nsIHTMLTableColElement.h \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsAttributeContent.obj \
|
||||
.\$(OBJDIR)\nsGenericHTMLElement.obj \
|
||||
.\$(OBJDIR)\nsGenericDOMHTMLCollection.obj \
|
||||
.\$(OBJDIR)\GenericElementCollection.obj \
|
||||
.\$(OBJDIR)\nsFormSubmission.obj \
|
||||
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLAppletElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLAreaElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLBRElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLBaseFontElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLBodyElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLButtonElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLDListElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLDelElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLDirectoryElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLDivElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLFieldSetElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLFontElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLFormElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLFrameElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLFrameSetElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLHRElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLHeadElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLHeadingElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLHtmlElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLIFrameElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLImageElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLInputElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLInsElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLLIElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLLabelElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLLegendElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLLinkElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLMapElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLMenuElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLMetaElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLModElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLOListElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLObjectElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLOptionElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLOptGroupElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLParagraphElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLPreElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLQuoteElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLScriptElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLSelectElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLSharedLeafElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLSpanElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLStyleElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableCaptionElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableCellElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableColElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableRowElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTableSectionElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTextAreaElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLTitleElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLUListElement.obj \
|
||||
.\$(OBJDIR)\nsHTMLUnknownElement.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= -I..\..\style\src \
|
||||
-I..\..\..\base\src -I..\..\base\src \
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -78,8 +78,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,92 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contenthtmldoc_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
dom \
|
||||
necko \
|
||||
htmlparser \
|
||||
locale \
|
||||
view \
|
||||
js \
|
||||
intl \
|
||||
webshell \
|
||||
docshell \
|
||||
caps \
|
||||
util \
|
||||
uconv \
|
||||
pref \
|
||||
uriloader \
|
||||
rdf \
|
||||
chardet \
|
||||
nkcache \
|
||||
lwbrk \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
xpconnect \
|
||||
unicharutil \
|
||||
layout \
|
||||
gfx \
|
||||
bookmarks \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
!if defined(XP_NEW_SELECTION)
|
||||
DEFINES = $(DEFINES) -DXP_NEW_SELECTION
|
||||
!endif
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsHTMLContentSink.obj \
|
||||
.\$(OBJDIR)\nsHTMLDocument.obj \
|
||||
.\$(OBJDIR)\nsHTMLFragmentContentSink.obj \
|
||||
.\$(OBJDIR)\nsImageDocument.obj \
|
||||
.\$(OBJDIR)\nsMarkupDocument.obj \
|
||||
.\$(OBJDIR)\nsWyciwygChannel.obj \
|
||||
.\$(OBJDIR)\nsWyciwygProtocolHandler.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIHTMLDocument.h \
|
||||
nsIHTMLContentContainer.h \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\..\base\src \
|
||||
-I..\..\content\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -94,8 +94,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,104 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contenthtmlstyle_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
widget \
|
||||
caps \
|
||||
locale \
|
||||
js \
|
||||
necko \
|
||||
webshell \
|
||||
htmlparser \
|
||||
uconv \
|
||||
unicharutil \
|
||||
xpconnect \
|
||||
layout \
|
||||
gfx \
|
||||
content_xul \
|
||||
view \
|
||||
intl \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
EXPORTS = \
|
||||
nsCSSValue.h \
|
||||
nsICSSStyleRuleProcessor.h \
|
||||
nsICSSRule.h \
|
||||
nsICSSGroupRule.h \
|
||||
nsICSSStyleRule.h \
|
||||
nsICSSImportRule.h \
|
||||
nsICSSMediaRule.h \
|
||||
nsICSSNameSpaceRule.h \
|
||||
nsCSSDeclaration.h \
|
||||
nsICSSOMFactory.h \
|
||||
nsIHTMLCSSStyleSheet.h \
|
||||
nsDOMCSSDeclaration.h \
|
||||
nsIInspectorCSSUtils.h \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsHTMLStyleSheet.obj \
|
||||
.\$(OBJDIR)\nsCSSDeclaration.obj \
|
||||
.\$(OBJDIR)\nsCSSLoader.obj \
|
||||
.\$(OBJDIR)\nsCSSOMFactory.obj \
|
||||
.\$(OBJDIR)\nsCSSParser.obj \
|
||||
.\$(OBJDIR)\nsCSSScanner.obj \
|
||||
.\$(OBJDIR)\nsCSSRule.obj \
|
||||
.\$(OBJDIR)\nsCSSStyleRule.obj \
|
||||
.\$(OBJDIR)\nsCSSRules.obj \
|
||||
.\$(OBJDIR)\nsCSSStyleSheet.obj \
|
||||
.\$(OBJDIR)\nsCSSValue.obj \
|
||||
.\$(OBJDIR)\nsHTMLAttributes.obj \
|
||||
.\$(OBJDIR)\nsHTMLCSSStyleSheet.obj \
|
||||
.\$(OBJDIR)\nsDOMCSSAttrDeclaration.obj \
|
||||
.\$(OBJDIR)\nsDOMCSSDeclaration.obj \
|
||||
.\$(OBJDIR)\nsDOMCSSValueList.obj \
|
||||
.\$(OBJDIR)\nsComputedDOMStyle.obj \
|
||||
.\$(OBJDIR)\nsInspectorCSSUtils.obj \
|
||||
.\$(OBJDIR)\nsROCSSPrimitiveValue.obj \
|
||||
.\$(OBJDIR)\nsDOMCSSRect.obj \
|
||||
.\$(OBJDIR)\nsDOMCSSRGBColor.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= -I..\..\..\base\src \
|
||||
-I..\..\..\xul\content\src \
|
||||
-I..\..\..\xul\base\src \
|
||||
-I..\..\base\src -I..\..\content\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -90,8 +90,6 @@ CXXFLAGS += $(MOZ_LIBART_CFLAGS)
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../../../shared/public \
|
||||
|
|
|
@ -1,111 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 Crocodile Clips Ltd code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Crocodile Clips Ltd. Portions created by Crocodile Clips are
|
||||
# Copyright (C) 2001 Crocodile Clips Ltd. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alex Fritze <alex.fritze@crocodile-clips.com>
|
||||
#
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentsvg_s
|
||||
MODULE=raptor
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
layout \
|
||||
content \
|
||||
widget \
|
||||
gfx \
|
||||
dom \
|
||||
js \
|
||||
locale \
|
||||
htmlparser \
|
||||
webshell \
|
||||
necko \
|
||||
view \
|
||||
libart_lgpl \
|
||||
xpconnect \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsSVGAnimatedLength.obj \
|
||||
.\$(OBJDIR)\nsSVGAnimatedRect.obj \
|
||||
.\$(OBJDIR)\nsSVGAnimatedTransformList.obj \
|
||||
.\$(OBJDIR)\nsSVGAttributes.obj \
|
||||
.\$(OBJDIR)\nsSVGCircleElement.obj \
|
||||
.\$(OBJDIR)\nsSVGElement.obj \
|
||||
.\$(OBJDIR)\nsSVGElementFactory.obj \
|
||||
.\$(OBJDIR)\nsSVGEllipseElement.obj \
|
||||
.\$(OBJDIR)\nsSVGForeignObjectElement.obj \
|
||||
.\$(OBJDIR)\nsSVGGElement.obj \
|
||||
.\$(OBJDIR)\nsSVGGenericStringValue.obj \
|
||||
.\$(OBJDIR)\nsSVGGraphicElement.obj \
|
||||
.\$(OBJDIR)\nsSVGLength.obj \
|
||||
.\$(OBJDIR)\nsSVGLineElement.obj \
|
||||
.\$(OBJDIR)\nsSVGMatrix.obj \
|
||||
.\$(OBJDIR)\nsSVGPathDataParser.obj \
|
||||
.\$(OBJDIR)\nsSVGPathElement.obj \
|
||||
.\$(OBJDIR)\nsSVGPathSeg.obj \
|
||||
.\$(OBJDIR)\nsSVGPathSegList.obj \
|
||||
.\$(OBJDIR)\nsSVGPoint.obj \
|
||||
.\$(OBJDIR)\nsSVGPointList.obj \
|
||||
.\$(OBJDIR)\nsSVGPolygonElement.obj \
|
||||
.\$(OBJDIR)\nsSVGPolylineElement.obj \
|
||||
.\$(OBJDIR)\nsSVGRect.obj \
|
||||
.\$(OBJDIR)\nsSVGRectElement.obj \
|
||||
.\$(OBJDIR)\nsSVGSVGElement.obj \
|
||||
.\$(OBJDIR)\nsSVGStyleValue.obj \
|
||||
.\$(OBJDIR)\nsSVGTransform.obj \
|
||||
.\$(OBJDIR)\nsSVGTransformList.obj \
|
||||
.\$(OBJDIR)\nsSVGValue.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsISVGAttribute.h \
|
||||
nsISVGValue.h \
|
||||
nsISVGStyleValue.h \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I..\..\..\shared\public -I..\..\..\html\base\src -I$(PUBLIC)\dom \
|
||||
-I..\..\..\html\document\src \
|
||||
-I$(PUBLIC)\netlib \
|
||||
-I$(PUBLIC)\pref \
|
||||
-I..\..\..\xml\document\src \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xml\content\src \
|
||||
-I..\..\..\..\layout\svg\base\src\ \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -53,8 +53,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/../../../xml/document/src \
|
||||
|
|
|
@ -1,72 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 Crocodile Clips Ltd code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Crocodile Clips Ltd. Portions created by Crocodile Clips are
|
||||
# Copyright (C) 2001 Crocodile Clips Ltd. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alex Fritze <alex.fritze@crocodile-clips.com>
|
||||
#
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentsvgdoc_s
|
||||
MODULE=raptor
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
REQUIRES = content \
|
||||
layout \
|
||||
widget \
|
||||
xpcom \
|
||||
string \
|
||||
gfx \
|
||||
dom \
|
||||
webshell \
|
||||
htmlparser \
|
||||
lwbrk \
|
||||
necko \
|
||||
js \
|
||||
caps \
|
||||
locale \
|
||||
view \
|
||||
xpconnect \
|
||||
$(null)
|
||||
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsSVGDocument.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I..\..\..\html\document\src -I..\..\..\html\base\src \
|
||||
-I..\..\..\xml\document\src \
|
||||
-I..\..\..\base\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
|
@ -94,8 +94,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,108 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxbl_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
dom \
|
||||
widget \
|
||||
view \
|
||||
caps \
|
||||
layout_xul \
|
||||
htmlparser \
|
||||
necko \
|
||||
xpconnect \
|
||||
pref \
|
||||
docshell \
|
||||
webshell \
|
||||
chrome \
|
||||
lwbrk \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
layout \
|
||||
gfx \
|
||||
rdf \
|
||||
content_xul \
|
||||
unicharutil \
|
||||
locale \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsXBLBinding.obj \
|
||||
.\$(OBJDIR)\nsXBLPrototypeBinding.obj \
|
||||
.\$(OBJDIR)\nsXBLPrototypeResources.obj \
|
||||
.\$(OBJDIR)\nsXBLResourceLoader.obj \
|
||||
.\$(OBJDIR)\nsXBLDocumentInfo.obj \
|
||||
.\$(OBJDIR)\nsXBLContentSink.obj \
|
||||
.\$(OBJDIR)\nsXBLEventHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLWindowHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLWindowKeyHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLWindowDragHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLKeyHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLMouseHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLMouseMotionHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLMutationHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLDragHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLFocusHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLXULHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLScrollHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLFormHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLLoadHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLContextMenuHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLCustomHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLPrototypeHandler.obj \
|
||||
.\$(OBJDIR)\nsXBLService.obj \
|
||||
.\$(OBJDIR)\nsBindingManager.obj \
|
||||
.\$(OBJDIR)\nsXBLInsertionPoint.obj \
|
||||
.\$(OBJDIR)\nsXBLProtoImplProperty.obj \
|
||||
.\$(OBJDIR)\nsXBLProtoImplMethod.obj \
|
||||
.\$(OBJDIR)\nsXBLProtoImplField.obj \
|
||||
.\$(OBJDIR)\nsXBLProtoImpl.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\..\html\style\src -I..\..\html\base\src \
|
||||
-I..\..\html\document\src \
|
||||
-I..\..\xml\document\src \
|
||||
-I..\..\xul\content\src \
|
||||
-I..\..\base\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -59,8 +59,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../../../base/src \
|
||||
$(NULL)
|
||||
|
|
|
@ -1,71 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxmlcontent_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
dom \
|
||||
widget \
|
||||
necko \
|
||||
caps \
|
||||
webshell \
|
||||
docshell \
|
||||
htmlparser \
|
||||
xpconnect \
|
||||
layout \
|
||||
gfx \
|
||||
unicharutil \
|
||||
pref \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsXMLElement.obj \
|
||||
.\$(OBJDIR)\nsXMLCDATASection.obj \
|
||||
.\$(OBJDIR)\nsXMLProcessingInstruction.obj \
|
||||
.\$(OBJDIR)\nsXMLEntity.obj \
|
||||
.\$(OBJDIR)\nsXMLNotation.obj \
|
||||
.\$(OBJDIR)\nsXMLNamedNodeMap.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\..\base\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
$(MAKE_INSTALL) xhtml11.dtd $(DIST)\bin\res\dtd
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\res\dtd\xhtml11.dtd
|
|
@ -64,8 +64,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,78 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxmldoc_s
|
||||
MODULE=content
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
dom \
|
||||
widget \
|
||||
caps \
|
||||
htmlparser \
|
||||
necko \
|
||||
view \
|
||||
docshell \
|
||||
webshell \
|
||||
uriloader \
|
||||
pref \
|
||||
xpconnect \
|
||||
uconv \
|
||||
chardet \
|
||||
lwbrk \
|
||||
exthandler \
|
||||
mimetype \
|
||||
gfx \
|
||||
layout \
|
||||
unicharutil \
|
||||
windowwatcher \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsXMLContentSink.obj \
|
||||
.\$(OBJDIR)\nsXMLDocument.obj \
|
||||
.\$(OBJDIR)\nsFIXptr.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\..\..\html\base\src \
|
||||
-I..\..\..\html\document\src \
|
||||
-I..\..\..\xul\content\src -I..\..\..\xsl\document\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -38,8 +38,6 @@ REQUIRES = xpcom \
|
|||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME = contentxsldoc_s
|
||||
MODULE = content
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
htmlparser \
|
||||
view \
|
||||
widget \
|
||||
dom \
|
||||
necko \
|
||||
layout \
|
||||
gfx \
|
||||
content \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsXSLContentSink.obj \
|
||||
.\$(OBJDIR)\nsTransformMediator.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= -I..\..\..\html\style\src -I..\..\..\html\base\src \
|
||||
-I..\..\..\html\content\src -I..\..\..\html\document\src \
|
||||
-I..\..\..\xul\content\src -I..\..\..\xml\document\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -62,8 +62,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,71 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxulcontent_s
|
||||
MODULE=content_xul
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
htmlparser \
|
||||
necko \
|
||||
dom \
|
||||
js \
|
||||
caps \
|
||||
rdf \
|
||||
xpconnect \
|
||||
locale \
|
||||
lwbrk \
|
||||
webshell \
|
||||
layout \
|
||||
layout_xul \
|
||||
view \
|
||||
gfx \
|
||||
content \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsRDFDOMNodeList.obj \
|
||||
.\$(OBJDIR)\nsXULAttributeValue.obj \
|
||||
.\$(OBJDIR)\nsXULAttributes.obj \
|
||||
.\$(OBJDIR)\nsXULElement.obj \
|
||||
.\$(OBJDIR)\nsXULPopupListener.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\document\src -I..\..\..\xml\content\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -71,8 +71,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,84 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxuldocument_s
|
||||
MODULE=content_xul
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
exthandler \
|
||||
mimetype \
|
||||
widget \
|
||||
dom \
|
||||
rdf \
|
||||
js \
|
||||
xpconnect \
|
||||
caps \
|
||||
locale \
|
||||
view \
|
||||
necko \
|
||||
uriloader \
|
||||
htmlparser \
|
||||
lwbrk \
|
||||
chrome \
|
||||
docshell \
|
||||
pref \
|
||||
layout \
|
||||
gfx \
|
||||
layout_xul \
|
||||
content \
|
||||
webshell \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsElementMap.obj \
|
||||
.\$(OBJDIR)\nsXULCommandDispatcher.obj \
|
||||
.\$(OBJDIR)\nsXULContentSink.obj \
|
||||
.\$(OBJDIR)\nsXULControllers.obj \
|
||||
.\$(OBJDIR)\nsXULDocument.obj \
|
||||
.\$(OBJDIR)\nsXULPrototypeCache.obj \
|
||||
.\$(OBJDIR)\nsXULPrototypeDocument.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS=\
|
||||
-I..\..\..\html\style\src -I..\..\..\html\base\src \
|
||||
-I..\..\..\html\document\src -I..\..\content\src -I..\..\templates\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -78,8 +78,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,89 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=contentxultemplates_s
|
||||
MODULE=content_xul
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
xpconnect \
|
||||
caps \
|
||||
widget \
|
||||
dom \
|
||||
rdf \
|
||||
necko \
|
||||
locale \
|
||||
unicharutil \
|
||||
layout \
|
||||
gfx \
|
||||
htmlparser \
|
||||
layout_xul \
|
||||
content \
|
||||
webshell \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsClusterKey.obj \
|
||||
.\$(OBJDIR)\nsClusterKeySet.obj \
|
||||
.\$(OBJDIR)\nsConflictSet.obj \
|
||||
.\$(OBJDIR)\nsContentSupportMap.obj \
|
||||
.\$(OBJDIR)\nsContentTagTestNode.obj \
|
||||
.\$(OBJDIR)\nsContentTestNode.obj \
|
||||
.\$(OBJDIR)\nsInstantiationNode.obj \
|
||||
.\$(OBJDIR)\nsTreeRowTestNode.obj \
|
||||
.\$(OBJDIR)\nsTreeRows.obj \
|
||||
.\$(OBJDIR)\nsRDFConInstanceTestNode.obj \
|
||||
.\$(OBJDIR)\nsRDFConMemberTestNode.obj \
|
||||
.\$(OBJDIR)\nsRDFPropertyTestNode.obj \
|
||||
.\$(OBJDIR)\nsResourceSet.obj \
|
||||
.\$(OBJDIR)\nsRuleNetwork.obj \
|
||||
.\$(OBJDIR)\nsTemplateMatch.obj \
|
||||
.\$(OBJDIR)\nsTemplateMatchSet.obj \
|
||||
.\$(OBJDIR)\nsTemplateRule.obj \
|
||||
.\$(OBJDIR)\nsXULContentBuilder.obj \
|
||||
.\$(OBJDIR)\nsXULContentUtils.obj \
|
||||
.\$(OBJDIR)\nsXULTreeBuilder.obj \
|
||||
.\$(OBJDIR)\nsXULSortService.obj \
|
||||
.\$(OBJDIR)\nsXULTemplateBuilder.obj \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LINCS= \
|
||||
-I..\..\..\html\style\src -I..\..\..\html\base\src \
|
||||
-I..\..\..\html\document\src -I..\..\content\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -36,7 +36,5 @@ CPPSRCS = TestTXMgr.cpp
|
|||
|
||||
LIBS = $(MOZ_COMPONENT_LIBS)
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -1,47 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..
|
||||
|
||||
REQUIRES = xpcom \
|
||||
txmgr \
|
||||
$(NULL)
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\TestTXMgr.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) TestTXMgr.cpp
|
||||
|
|
@ -1,60 +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 = ..\..\..
|
||||
DEFINES=-D_IMPL_NS_COOKIE -DWIN32_LEAN_AND_MEAN
|
||||
MODULE=cookie
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
cookie \
|
||||
necko \
|
||||
intl \
|
||||
$(NULL)
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
EXENAME=TestCookie
|
||||
PDBFILE=TestCookie.pdb
|
||||
MAPFILE=TestCookie.map
|
||||
|
||||
PROGRAM=.\$(OBJDIR)\$(EXENAME).exe
|
||||
|
||||
OBJS=.\$(OBJDIR)\TestCookie.obj \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LINCS = -I$(DEPTH)\include \
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\TestCookie.exe
|
|
@ -1,62 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 Sun Microsystems,
|
||||
# Inc. Portions created by SUN are Copyright (C) 2000 SUN
|
||||
# Microsystems, Inc. All Rights Reserved.
|
||||
#
|
||||
# This module 'XPCTL Interface' is based on Pango (www.pango.org)
|
||||
# by Red Hat Software. Portions created by Redhat are Copyright (C)
|
||||
# 1999 Red Hat Software.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ctl
|
||||
LIBRARY_NAME = ctl
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
uconv \
|
||||
locale \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LIBS = mozpango
|
||||
|
||||
CPPSRCS = \
|
||||
nsULE.cpp \
|
||||
nsUnicodeToTIS620.cpp \
|
||||
nsCtlLEModule.cpp \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += -DUSE_NSREG
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/pangoLite
|
||||
|
||||
CXXFLAGS += $(GLIB_CFLAGS)
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
-L$(DIST)/lib \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
$(GLIB_GMODULE_LIBS) \
|
||||
$(NULL)
|
|
@ -73,8 +73,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,88 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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) 2001 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=inspector_s
|
||||
MODULE=inspector
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
rdf \
|
||||
rdfutil \
|
||||
gfx \
|
||||
layout \
|
||||
layout_xul \
|
||||
content \
|
||||
widget \
|
||||
locale \
|
||||
gfx2 \
|
||||
necko \
|
||||
docshell \
|
||||
view \
|
||||
imglib2 \
|
||||
mimetype \
|
||||
exthandler \
|
||||
png \
|
||||
zlib \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
DIRS=win
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\inDOMView.obj \
|
||||
.\$(OBJDIR)\inDeepTreeWalker.obj \
|
||||
.\$(OBJDIR)\inFlasher.obj \
|
||||
.\$(OBJDIR)\inSearchLoop.obj \
|
||||
.\$(OBJDIR)\inFileSearch.obj \
|
||||
.\$(OBJDIR)\inCSSValueSearch.obj \
|
||||
.\$(OBJDIR)\inDOMUtils.obj \
|
||||
.\$(OBJDIR)\inLayoutUtils.obj \
|
||||
.\$(OBJDIR)\inBitmap.obj \
|
||||
.\$(OBJDIR)\inBitmapDepot.obj \
|
||||
.\$(OBJDIR)\inBitmapDecoder.obj \
|
||||
.\$(OBJDIR)\inBitmapProtocolHandler.obj \
|
||||
.\$(OBJDIR)\inBitmapChannel.obj \
|
||||
.\$(OBJDIR)\inBitmapURI.obj \
|
||||
.\$(OBJDIR)\inPNGEncoder.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS=$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom -I$(PUBLIC)\uconv
|
||||
|
||||
LCFLAGS= \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
||||
|
|
@ -48,8 +48,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..\..
|
||||
|
||||
LIBRARY_NAME=inscreencap_s
|
||||
MODULE=inspector
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
gfx \
|
||||
layout \
|
||||
widget \
|
||||
content \
|
||||
locale \
|
||||
dom \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
INCS = $(INCS) \
|
||||
-I$(DEPTH)\dist\include \
|
||||
-I..\ \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\inScreenCapturer.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = $(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom -I$(PUBLIC)\uconv
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
||||
|
|
@ -1,63 +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 = ..\..\..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
DEFINES=-D_IMPL_NS_PICS -DWIN32_LEAN_AND_MEAN
|
||||
MODULE=pics
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
|
||||
LCFLAGS=-DUSE_NSREG -DNECKO
|
||||
|
||||
EXENAME=TestPICS
|
||||
PDBFILE=TestPICS.pdb
|
||||
MAPFILE=TestPICS.map
|
||||
|
||||
PROGRAM=.\$(OBJDIR)\$(EXENAME).exe
|
||||
|
||||
OBJS=.\$(OBJDIR)\TestPICS.obj \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LINCS = -I$(PUBLIC)/js \
|
||||
-I$(PUBLIC)\pics \
|
||||
-I$(PUBLIC)\pref \
|
||||
-I$(PUBLIC)\xpcom \
|
||||
-I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\netlib \
|
||||
-I$(DEPTH)\include \
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\pics.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
$(MAKE_INSTALL) samples\picstest1.html $(DIST)\bin\res\samples
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\TestPICS.exe
|
|
@ -37,8 +37,6 @@ CPPSRCS = \
|
|||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
LIBS += \
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
REQUIRES = xpcom \
|
||||
chardet \
|
||||
$(NULL)
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROGRAMNAME = UniversalChardetTest.exe
|
||||
PROG1 = .\$(OBJDIR)\$(PROGRAMNAME)
|
||||
PROGRAM = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\UniversalChardetTest.obj \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(OBJDIR) $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\$(PROGRAMNAME)
|
||||
|
||||
#$(PROG1): $(OBJDIR) UniversalChardetTest.cpp
|
|
@ -57,8 +57,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -75,8 +75,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -55,8 +55,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -59,8 +59,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,72 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=xmlextrasbase_s
|
||||
MODULE=xmlextras
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
js \
|
||||
layout \
|
||||
widget \
|
||||
caps \
|
||||
uconv \
|
||||
necko \
|
||||
docshell \
|
||||
xpconnect \
|
||||
webBrowser_core \
|
||||
content \
|
||||
gfx \
|
||||
htmlparser \
|
||||
windowwatcher \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsDOMSerializer.obj \
|
||||
.\$(OBJDIR)\nsXMLHttpRequest.obj \
|
||||
.\$(OBJDIR)\nsDOMParser.obj \
|
||||
.\$(OBJDIR)\nsLoadListenerProxy.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom -I$(PUBLIC)\uconv
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
!if !defined(DISABLE_TESTS)
|
||||
DIRS=tests
|
||||
!endif
|
||||
|
||||
LIBRARY_NAME=xmlextrasproxy_s
|
||||
MODULE=xmlextras
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
xpconnect \
|
||||
caps \
|
||||
js \
|
||||
necko \
|
||||
dom \
|
||||
iiextras \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\wspinfoservice.obj \
|
||||
.\$(OBJDIR)\wspproxy.obj \
|
||||
.\$(OBJDIR)\wspcallcontext.obj \
|
||||
.\$(OBJDIR)\wspfactory.obj \
|
||||
.\$(OBJDIR)\wspexception.obj \
|
||||
.\$(OBJDIR)\wspcomplextypewrapper.obj \
|
||||
.\$(OBJDIR)\wsppropertybagwrapper.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\..\soap\src
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -1,61 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=wsproxytest
|
||||
LIBRARY_NAME=wsproxytest
|
||||
MODULE_NAME=WSPProxyTestModule
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
XPIDLSRCS = .\nsIWSPProxyTest.idl \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
xmlextras \
|
||||
xpconnect \
|
||||
caps \
|
||||
js \
|
||||
necko \
|
||||
dom \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\wspproxytest.obj \
|
||||
.\$(OBJDIR)\wspproxytestmodule.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(LIBNSPR) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
LINCS=-I..\
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
|
@ -57,8 +57,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,81 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=xmlextrasschema_s
|
||||
MODULE=xmlextras
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
xpconnect \
|
||||
caps \
|
||||
layout \
|
||||
widget \
|
||||
content \
|
||||
js \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
xpconnect \
|
||||
caps \
|
||||
layout \
|
||||
widget \
|
||||
content \
|
||||
js \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsSchema.obj \
|
||||
.\$(OBJDIR)\nsSchemaComponentBase.obj \
|
||||
.\$(OBJDIR)\nsSchemaSimpleTypes.obj \
|
||||
.\$(OBJDIR)\nsSchemaComplexType.obj \
|
||||
.\$(OBJDIR)\nsSchemaParticles.obj \
|
||||
.\$(OBJDIR)\nsSchemaAttributes.obj \
|
||||
.\$(OBJDIR)\nsSchemaLoader.obj \
|
||||
.\$(OBJDIR)\nsSOAPTypes.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom -I$(PUBLIC)\uconv
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -75,8 +75,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,83 +0,0 @@
|
|||
#!nmake
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: NPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# 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 the Initial Developer are Copyright (C) 2001
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the NPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the NPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK ***** *
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=xmlextrassoap_s
|
||||
MODULE=xmlextras
|
||||
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
caps \
|
||||
dom \
|
||||
js \
|
||||
widget \
|
||||
xpconnect \
|
||||
necko
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
OBJS= \
|
||||
.\$(OBJDIR)\nsDefaultSOAPEncoder.obj \
|
||||
.\$(OBJDIR)\nsHTTPSOAPTransport.obj \
|
||||
.\$(OBJDIR)\nsSOAPBlock.obj \
|
||||
.\$(OBJDIR)\nsSOAPCall.obj \
|
||||
.\$(OBJDIR)\nsSOAPEncoding.obj \
|
||||
.\$(OBJDIR)\nsSOAPException.obj \
|
||||
.\$(OBJDIR)\nsSOAPFault.obj \
|
||||
.\$(OBJDIR)\nsSOAPHeaderBlock.obj \
|
||||
.\$(OBJDIR)\nsSOAPMessage.obj \
|
||||
.\$(OBJDIR)\nsSOAPParameter.obj \
|
||||
.\$(OBJDIR)\nsSOAPPropertyBag.obj \
|
||||
.\$(OBJDIR)\nsSOAPResponse.obj \
|
||||
.\$(OBJDIR)\nsSOAPUtils.obj \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -52,8 +52,6 @@ LIBS = \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
CXXFLAGS += -GX
|
||||
endif
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 imitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is International
|
||||
# Business Machines Corporation. Portions created by IBM
|
||||
# Corporation are Copyright (C) 2000 International Business
|
||||
# Machines Corporation. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s): IBM Corporation.
|
||||
# Heikki Toivonen <heikki@netscape.com>
|
||||
#
|
||||
|
||||
DEPTH = ..\..\..
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
xmlextras \
|
||||
necko \
|
||||
dom \
|
||||
content \
|
||||
widget \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\TestXMLExtras.exe
|
||||
|
||||
PROGRAMS = $(PROG1) \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = -DUSE_NSREG -GX
|
||||
|
||||
LLIBS = \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) TestXMLExtras.cpp
|
|
@ -55,8 +55,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,63 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=xmlextraswsdl_s
|
||||
MODULE=xmlextras
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
xpconnect \
|
||||
caps \
|
||||
layout \
|
||||
widget \
|
||||
content \
|
||||
js \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsWSDLLoader.obj \
|
||||
.\$(OBJDIR)\nsWSDLDefinitions.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom -I$(PUBLIC)\uconv -I..\..\schema\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -479,7 +479,7 @@
|
|||
<SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>1</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>htmlparserSharedPrefix_debug.h</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>MacSharedPrefix_debug.h</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>1</VALUE></SETTING>
|
||||
|
@ -1722,7 +1722,7 @@
|
|||
<SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>1</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>htmlparserSharedPrefix.h</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>MacSharedPrefix.h</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING>
|
||||
<SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>1</VALUE></SETTING>
|
||||
|
|
|
@ -50,8 +50,6 @@ include $(topsrcdir)/config/config.mk
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
|
||||
ifdef ($(OS_ARCH),WINNT)
|
||||
ifdef GNU_CC
|
||||
LDFLAGS += -SUBSYSTEM:CONSOLE
|
||||
|
|
|
@ -92,7 +92,7 @@ EXTRA_DSO_LDOPTS += \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTMLPARS -DXML_DTD
|
||||
DEFINES += -DXML_DTD
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
|
|
|
@ -1,95 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = htmlparser
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
necko \
|
||||
util \
|
||||
uconv \
|
||||
unicharutil \
|
||||
expat \
|
||||
layout \
|
||||
dom \
|
||||
pref \
|
||||
nkcache \
|
||||
intl \
|
||||
$(NULL)
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
LIBRARY_NAME=raptorhtmlpars
|
||||
DEFINES=-D_IMPL_NS_HTMLPARS -DWIN32_LEAN_AND_MEAN -DXML_DTD
|
||||
|
||||
LIBRARY_NAME = gkparser
|
||||
MODULE_NAME = nsParserModule
|
||||
|
||||
CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsDTDUtils.obj \
|
||||
.\$(OBJDIR)\nsHTMLTokenizer.obj \
|
||||
.\$(OBJDIR)\nsExpatDriver.obj \
|
||||
.\$(OBJDIR)\nsElementTable.obj \
|
||||
.\$(OBJDIR)\CNavDTD.obj \
|
||||
.\$(OBJDIR)\COtherDTD.obj \
|
||||
.\$(OBJDIR)\nsHTMLEntities.obj \
|
||||
.\$(OBJDIR)\nsHTMLTags.obj \
|
||||
.\$(OBJDIR)\nsHTMLTokens.obj \
|
||||
.\$(OBJDIR)\nsParser.obj \
|
||||
.\$(OBJDIR)\CParserContext.obj \
|
||||
.\$(OBJDIR)\nsParserNode.obj \
|
||||
.\$(OBJDIR)\nsScanner.obj \
|
||||
.\$(OBJDIR)\nsToken.obj \
|
||||
.\$(OBJDIR)\nsViewSourceHTML.obj\
|
||||
.\$(OBJDIR)\nsParserService.obj \
|
||||
.\$(OBJDIR)\nsParserModule.obj \
|
||||
.\$(OBJDIR)\nsParserMsgUtils.obj\
|
||||
!ifdef MOZ_DEBUG
|
||||
.\$(OBJDIR)\nsLoggingSink.obj \
|
||||
.\$(OBJDIR)\nsHTMLNullSink.obj \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
SUB_LIBRARIES= \
|
||||
$(DIST)\lib\expat.lib \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
!ifdef MOZ_PERF
|
||||
$(DIST)\lib\util.lib \
|
||||
!endif
|
||||
$(LIBNSPR)
|
||||
|
||||
!ifdef MOZ_NO_DEBUG_RTL
|
||||
LLFLAGS= /NODEFAULTLIB msvcirt.lib msvcrt.lib
|
||||
#LLFLAGS= /NODEFAULTLIB
|
||||
!endif
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
|
@ -38,7 +38,6 @@ LIBS = $(XPCOM_LIBS) $(NSPR_LIBS)
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
INCLUDES += -I$(srcdir)/../public
|
||||
|
||||
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
|
||||
REQUIRES = xpcom \
|
||||
chardet \
|
||||
$(NULL)
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\DetectCharset.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) DetectCharset.cpp
|
|
@ -27,7 +27,6 @@ MAKE_OBJ_TYPE = EXE
|
|||
PROG1 = .\$(OBJDIR)\GenCyrillicClass.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
REQUIRES=\
|
||||
xpcom \
|
||||
string \
|
||||
|
|
|
@ -27,8 +27,6 @@ MAKE_OBJ_TYPE = EXE
|
|||
PROG1 = .\$(OBJDIR)\TestI18nCompatibility.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
|
||||
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\LocaleSelfTest.exe
|
||||
PROG2 = .\$(OBJDIR)\nsLocaleTest.exe
|
||||
SRPT1 = .\nsLocaleTest.html
|
||||
PROGRAMS = $(PROG1) $(PROG2)
|
||||
SRPTS = $(SRPT1)
|
||||
|
||||
|
||||
LCFLAGS=-DUSE_NSREG $(LCFLAGS)
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\nslocale.lib
|
||||
|
||||
LLFLAGS= /NODEFAULTLIB msvcirt.lib msvcrt.lib
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS) $(SRPTS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
for %p in ($(SRPTS)) do $(RM) $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) LocaleSelfTest.cpp
|
||||
|
||||
$(PROG2): $(OBJDIR) nsLocaleTest.cpp
|
||||
|
|
@ -48,8 +48,6 @@ CPPSRCS = \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += -DUSE_NSREG
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
|
||||
|
||||
# Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
|
||||
|
|
|
@ -37,6 +37,5 @@ LIBS = $(XPCOM_LIBS) $(NSPR_LIBS)
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../public
|
||||
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
lwbrk \
|
||||
$(NULL)
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\TestLineBreak.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) TestLineBreak.cpp
|
|
@ -118,8 +118,6 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += -DUSE_NSREG
|
||||
|
||||
# Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
|
||||
# QNX simply objects to the way it's being redefined.
|
||||
ifeq (,$(filter AIX OpenVMS QNX HP-UX,$(OS_ARCH)))
|
||||
|
|
|
@ -47,8 +47,6 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../ucvlatin \
|
||||
-I$(srcdir)/../ucvja \
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
REQUIRES = xpcom \
|
||||
uconv \
|
||||
string \
|
||||
locale \
|
||||
$(NULL)
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
|
||||
PROG1 = .\$(OBJDIR)\convperf.exe
|
||||
PROG2 = .\$(OBJDIR)\nsTestUConv.exe
|
||||
PROG3 = .\$(OBJDIR)\nsconv.exe
|
||||
PROG4 = .\$(OBJDIR)\plattest.exe
|
||||
PROG5 = .\$(OBJDIR)\TestUConv.exe
|
||||
PROGRAMS = $(PROG1) $(PROG2) $(PROG3) $(PROG4) $(PROG5)
|
||||
|
||||
LCFLAGS = -DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS = \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) convperf.cpp
|
||||
$(PROG2): $(OBJDIR) nsTestUConv.cpp
|
||||
$(PROG3): $(OBJDIR) nsconv.cpp
|
||||
$(PROG4): $(OBJDIR) plattest.cpp
|
||||
$(PROG5): $(OBJDIR) TestUConv.cpp
|
|
@ -45,6 +45,3 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
INCLUDES += -I$(srcdir)/../public
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DUSE_NSREG
|
||||
endif
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 = ..\..\..
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
unicharutil \
|
||||
uconv \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\UnicharSelfTest.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG
|
||||
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) UnicharSelfTest.cpp
|
|
@ -56,7 +56,7 @@ LIBS = \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DJS_THREADSAFE -DUSE_NSREG
|
||||
DEFINES += -DJS_THREADSAFE
|
||||
ifeq ($(OS_ARCH), Linux)
|
||||
DEFINES += -D_BSD_SOURCE
|
||||
endif
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 Communicator client code, released
|
||||
# March 31, 1998.
|
||||
#
|
||||
# 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):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the
|
||||
# terms of the GNU Public License (the "GPL"), in which case the
|
||||
# provisions of the GPL are applicable instead of those above.
|
||||
# If you wish to allow use of your version of this file only
|
||||
# under the terms of the GPL and not to allow others to use your
|
||||
# version of this file under the NPL, indicate your decision by
|
||||
# deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this
|
||||
# file under either the NPL or the GPL.
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
xpconnect \
|
||||
js \
|
||||
$(NULL)
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\xpcshell.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) xpcshell.cpp
|
|
@ -59,7 +59,7 @@ LIBS = \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DJS_THREADSAFE -DUSE_NSREG -DJSFILE
|
||||
DEFINES += -DJS_THREADSAFE -DJSFILE
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,69 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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 Communicator client code, released
|
||||
# March 31, 1998.
|
||||
#
|
||||
# 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):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the
|
||||
# terms of the GNU Public License (the "GPL"), in which case the
|
||||
# provisions of the GPL are applicable instead of those above.
|
||||
# If you wish to allow use of your version of this file only
|
||||
# under the terms of the GPL and not to allow others to use your
|
||||
# version of this file under the NPL, indicate your decision by
|
||||
# deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this
|
||||
# file under either the NPL or the GPL.
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
|
||||
|
||||
DIRS = idl components
|
||||
MODULE=xpconnect_tests
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
xpconnect \
|
||||
$(NULL)
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG1 = .\$(OBJDIR)\TestXPC.exe
|
||||
PROGRAMS = $(PROG1)
|
||||
|
||||
LCFLAGS=-DUSE_NSREG -DWIN32_LEAN_AND_MEAN -DJS_THREADSAFE -DJSFILE
|
||||
|
||||
|
||||
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\js -I$(PUBLIC)\xpconnect \
|
||||
-I$(PUBLIC)\raptor
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p
|
||||
|
||||
$(PROG1): $(OBJDIR) TestXPC.cpp
|
|
@ -102,8 +102,6 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
INCLUDES += -I$(srcdir)/../base/src \
|
||||
-I$(srcdir)/../html/base/src \
|
||||
-I$(srcdir)/../html/style/src \
|
||||
|
|
|
@ -1,94 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
locale \
|
||||
gfx \
|
||||
content \
|
||||
layout_xul \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML
|
||||
|
||||
LIBRARY_NAME=gklayout
|
||||
MODULE_NAME=nsLayoutModule
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\dlldeps.obj \
|
||||
.\$(OBJDIR)\nsLayoutModule.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS=nsLayoutCID.h
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
LINCS= -I..\html\base\src -I..\base\src \
|
||||
-I..\html\style\src \
|
||||
-I..\xul\content\src \
|
||||
-I..\xul\base\src \
|
||||
!ifdef MOZ_MATHML
|
||||
-I..\mathml\content\src \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
SUB_LIBRARIES= \
|
||||
$(DIST)\lib\layoutbase_s.lib \
|
||||
$(DIST)\lib\layouthtmlbase_s.lib \
|
||||
$(DIST)\lib\layouthtmldoc_s.lib \
|
||||
$(DIST)\lib\layouthtmlforms_s.lib \
|
||||
$(DIST)\lib\layouthtmlstyle_s.lib \
|
||||
$(DIST)\lib\layouthtmltable_s.lib \
|
||||
$(DIST)\lib\layoutxulbase_s.lib \
|
||||
$(DIST)\lib\contentshared_s.lib \
|
||||
$(DIST)\lib\raptorxultree_s.lib \
|
||||
$(DIST)\lib\raptorxulgrid_s.lib \
|
||||
!ifdef MOZ_MATHML
|
||||
$(DIST)\lib\layoutmathmlbase_s.lib \
|
||||
$(DIST)\lib\layoutmathmlcontent_s.lib \
|
||||
!endif
|
||||
!ifdef MOZ_SVG
|
||||
$(DIST)\lib\layoutsvgbase_s.lib \
|
||||
$(DIST)\lib\moz_art_lgpl.lib \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\gkgfx.lib \
|
||||
$(DIST)\lib\unicharutil_s.lib \
|
||||
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
|
||||
!if defined(MOZ_PERF)
|
||||
$(DIST)\lib\util.lib \
|
||||
!endif
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
|
@ -147,8 +147,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,149 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
widget \
|
||||
locale \
|
||||
view \
|
||||
necko \
|
||||
js \
|
||||
caps \
|
||||
pref \
|
||||
htmlparser \
|
||||
webshell \
|
||||
plugin \
|
||||
docshell \
|
||||
mimetype \
|
||||
webBrowser_core \
|
||||
oji \
|
||||
util \
|
||||
unicharutil \
|
||||
lwbrk \
|
||||
gfx2 \
|
||||
gfx \
|
||||
imglib2 \
|
||||
accessibility \
|
||||
xpconnect \
|
||||
java \
|
||||
exthandler \
|
||||
content \
|
||||
layout_xul \
|
||||
$(NULL)
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
LIBRARY_NAME=layouthtmlbase_s
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
!if defined(XP_NEW_SELECTION)
|
||||
DEFINES = $(DEFINES) -DXP_NEW_SELECTION
|
||||
!endif
|
||||
|
||||
EXPORTS = \
|
||||
nsILineIterator.h \
|
||||
nsHTMLParts.h \
|
||||
!ifdef IBMBIDI
|
||||
nsTextTransformer.h \
|
||||
nsBidiFrames.h \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsAbsoluteContainingBlock.obj \
|
||||
.\$(OBJDIR)\nsAreaFrame.obj \
|
||||
.\$(OBJDIR)\nsBRFrame.obj \
|
||||
.\$(OBJDIR)\nsBlockBandData.obj \
|
||||
.\$(OBJDIR)\nsBlockFrame.obj \
|
||||
.\$(OBJDIR)\nsBlockReflowContext.obj \
|
||||
.\$(OBJDIR)\nsBlockReflowState.obj \
|
||||
.\$(OBJDIR)\nsBulletFrame.obj \
|
||||
.\$(OBJDIR)\nsContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsFirstLetterFrame.obj \
|
||||
.\$(OBJDIR)\nsFrame.obj \
|
||||
.\$(OBJDIR)\nsFrameManager.obj \
|
||||
.\$(OBJDIR)\nsGfxScrollFrame.obj \
|
||||
.\$(OBJDIR)\nsHRFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLReflowCommand.obj \
|
||||
.\$(OBJDIR)\nsHTMLReflowState.obj \
|
||||
.\$(OBJDIR)\nsImageFrame.obj \
|
||||
.\$(OBJDIR)\nsImageMap.obj \
|
||||
.\$(OBJDIR)\nsInlineFrame.obj \
|
||||
.\$(OBJDIR)\nsLeafFrame.obj \
|
||||
.\$(OBJDIR)\nsLineBox.obj \
|
||||
.\$(OBJDIR)\nsLineLayout.obj \
|
||||
.\$(OBJDIR)\nsObjectFrame.obj \
|
||||
.\$(OBJDIR)\nsPageFrame.obj \
|
||||
.\$(OBJDIR)\nsPageContentFrame.obj \
|
||||
.\$(OBJDIR)\nsPlaceholderFrame.obj \
|
||||
.\$(OBJDIR)\nsPresShell.obj \
|
||||
.\$(OBJDIR)\nsReflowPath.obj \
|
||||
.\$(OBJDIR)\nsScrollFrame.obj \
|
||||
.\$(OBJDIR)\nsScrollPortFrame.obj \
|
||||
.\$(OBJDIR)\nsSelectsAreaFrame.obj \
|
||||
.\$(OBJDIR)\nsSimplePageSequence.obj \
|
||||
.\$(OBJDIR)\nsSpacerFrame.obj \
|
||||
.\$(OBJDIR)\nsSplittableFrame.obj \
|
||||
.\$(OBJDIR)\nsTextFrame.obj \
|
||||
.\$(OBJDIR)\nsTextTransformer.obj \
|
||||
.\$(OBJDIR)\nsViewportFrame.obj \
|
||||
!ifdef IBMBIDI
|
||||
.\$(OBJDIR)\nsBidiFrames.obj \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\style\src \
|
||||
-I..\..\forms\src \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xul\content\src \
|
||||
-I..\..\..\xul\base\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
libs::
|
||||
$(MAKE_INSTALL) broken-image.gif $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) loading-image.gif $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) gopher-audio.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-binary.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-find.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-image.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-menu.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-movie.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-sound.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-telnet.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-text.gif $(DIST)\bin\res\html
|
||||
$(MAKE_INSTALL) gopher-unknown.gif $(DIST)\bin\res\html
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -60,8 +60,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
DIRS = xbl-marquee
|
||||
|
||||
LIBRARY_NAME=layouthtmldoc_s
|
||||
MODULE=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
dom \
|
||||
necko \
|
||||
locale \
|
||||
view \
|
||||
js \
|
||||
webshell \
|
||||
docshell \
|
||||
caps \
|
||||
pref \
|
||||
uriloader \
|
||||
xpconnect \
|
||||
accessibility \
|
||||
gfx \
|
||||
content \
|
||||
webBrowser_core \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
!if defined(XP_NEW_SELECTION)
|
||||
DEFINES = $(DEFINES) -DXP_NEW_SELECTION
|
||||
!endif
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsFrameFrame.obj \
|
||||
.\$(OBJDIR)\nsFrameSetFrame.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\base\src \
|
||||
-I..\..\content\src \
|
||||
-I..\..\..\base\src \
|
||||
$(NULL)
|
||||
|
||||
!ifdef NECKO
|
||||
LINCS = $(LINCS) -I$(PUBLIC)\necko
|
||||
!endif
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
$(MAKE_INSTALL) ua.css $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) html.css $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) forms.css $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) quirk.css $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) viewsource.css $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) arrow.gif $(DIST)\bin\res
|
||||
$(MAKE_INSTALL) arrowd.gif $(DIST)\bin\res
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\res\ua.css
|
||||
rm -f $(DIST)\bin\res\html.css
|
||||
rm -f $(DIST)\bin\res\forms.css
|
||||
rm -f $(DIST)\bin\res\quirk.css
|
||||
rm -f $(DIST)\bin\res\viewsource.css
|
||||
rm -f $(DIST)\bin\res\arrow.gif
|
||||
rm -f $(DIST)\bin\res\arrowd.gif
|
|
@ -76,8 +76,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,91 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layouthtmlforms_s
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
MODULE=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
locale \
|
||||
widget \
|
||||
view \
|
||||
dom \
|
||||
js \
|
||||
htmlparser \
|
||||
necko \
|
||||
webshell \
|
||||
caps \
|
||||
editor \
|
||||
intl \
|
||||
uconv \
|
||||
txmgr \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
accessibility \
|
||||
xpconnect \
|
||||
unicharutil \
|
||||
pref \
|
||||
gfx \
|
||||
content \
|
||||
content_xul \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsFormControlHelper.obj \
|
||||
.\$(OBJDIR)\nsComboboxControlFrame.obj \
|
||||
.\$(OBJDIR)\nsListControlFrame.obj \
|
||||
.\$(OBJDIR)\nsFormControlFrame.obj \
|
||||
.\$(OBJDIR)\nsFileControlFrame.obj \
|
||||
.\$(OBJDIR)\nsTextControlFrame.obj \
|
||||
.\$(OBJDIR)\nsFieldSetFrame.obj \
|
||||
.\$(OBJDIR)\nsLegendFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLButtonControlFrame.obj \
|
||||
.\$(OBJDIR)\nsButtonFrameRenderer.obj \
|
||||
.\$(OBJDIR)\nsImageControlFrame.obj \
|
||||
.\$(OBJDIR)\nsGfxButtonControlFrame.obj \
|
||||
.\$(OBJDIR)\nsGfxCheckboxControlFrame.obj \
|
||||
.\$(OBJDIR)\nsGfxRadioControlFrame.obj \
|
||||
.\$(OBJDIR)\nsIsIndexFrame.obj
|
||||
|
||||
|
||||
LINCS= -I..\..\base\src \
|
||||
-I..\..\style\src \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xul\base\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
CHROME_DIR = locales\en-US
|
||||
CHROME_L10N_DIR = communicator\locale\layout
|
||||
CHROME_L10N = .\HtmlForm.properties
|
||||
CHROME_L10N = .\ImageDocument.properties
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
|
@ -63,8 +63,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,90 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layouthtmlstyle_s
|
||||
MODULE=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
widget \
|
||||
locale \
|
||||
view \
|
||||
necko \
|
||||
webshell \
|
||||
pref \
|
||||
docshell \
|
||||
plugin \
|
||||
content_xul \
|
||||
imglib2 \
|
||||
gfx2 \
|
||||
gfx \
|
||||
content \
|
||||
layout_xul \
|
||||
!ifdef MOZ_SVG
|
||||
raptor \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
EXPORTS = \
|
||||
nsIHTMLStyleSheet.h \
|
||||
nsICSSFrameConstructor.h \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsCSSFrameConstructor.obj \
|
||||
.\$(OBJDIR)\nsCSSRendering.obj \
|
||||
.\$(OBJDIR)\nsFrameContentIterator.obj \
|
||||
.\$(OBJDIR)\nsChildIterator.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xul\content\src \
|
||||
-I..\..\..\xul\base\src \
|
||||
!ifdef MOZ_MATHML
|
||||
-I..\..\..\mathml\content\src \
|
||||
-I..\..\..\mathml\base\src \
|
||||
!endif
|
||||
!ifdef MOZ_SVG
|
||||
-I..\..\..\svg\base\src \
|
||||
!endif
|
||||
-I..\..\forms\src \
|
||||
-I..\..\base\src -I..\..\table\src -I..\..\content\src \
|
||||
$(NULL)
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -59,7 +59,7 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML -DDEBUG_TABLE_REFLOW_TIMING_off -DDEBUG_TABLE_STRATEGY_off
|
||||
DEFINES += -DDEBUG_TABLE_REFLOW_TIMING_off -DDEBUG_TABLE_STRATEGY_off
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
|
|
|
@ -1,71 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layouthtmltable_s
|
||||
MODULE=layout
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
widget \
|
||||
locale \
|
||||
webshell \
|
||||
view \
|
||||
accessibility \
|
||||
gfx \
|
||||
content \
|
||||
necko \
|
||||
$(NULL)
|
||||
|
||||
|
||||
DEFINES =-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN \
|
||||
-DoffDEBUG_TABLE_REFLOW_TIMING -DoffDEBUG_TABLE_REFLOW_TIMING_DETAIL \
|
||||
-DoffDEBUG_TABLE_STRATEGY \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= .\$(OBJDIR)\nsCellMap.obj \
|
||||
.\$(OBJDIR)\nsTableCellFrame.obj \
|
||||
.\$(OBJDIR)\nsTableColFrame.obj \
|
||||
.\$(OBJDIR)\nsTableColGroupFrame.obj \
|
||||
.\$(OBJDIR)\nsTableFrame.obj \
|
||||
.\$(OBJDIR)\nsTableOuterFrame.obj \
|
||||
.\$(OBJDIR)\nsTableRowFrame.obj \
|
||||
.\$(OBJDIR)\nsTableRowGroupFrame.obj \
|
||||
.\$(OBJDIR)\BasicTableLayoutStrategy.obj \
|
||||
.\$(OBJDIR)\FixedTableLayoutStrategy.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS=-I..\..\base\src -I..\..\style\src -I..\..\content\src \
|
||||
-I..\..\..\base\src
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -1,79 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
layout \
|
||||
content \
|
||||
layout \
|
||||
$(NULL)
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROG2 = .\$(OBJDIR)\TestCSSPropertyLookup.exe
|
||||
PROGRAMS = $(PROG2)
|
||||
|
||||
DEFINES = -D_IMPL_NS_HTML
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\base\src \
|
||||
-I..\style\src \
|
||||
-I..\..\css\layout\src \
|
||||
-I..\..\base\src \
|
||||
-I..\document\src
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\layouthtmlbase_s.lib \
|
||||
$(DIST)\lib\layouthtmldoc_s.lib \
|
||||
$(DIST)\lib\layouthtmlforms_s.lib \
|
||||
$(DIST)\lib\layouthtmlstyle_s.lib \
|
||||
$(DIST)\lib\layouthtmltable_s.lib \
|
||||
$(DIST)\lib\layoutbase_s.lib \
|
||||
$(DIST)\lib\gkgfx.lib \
|
||||
$(DIST)\lib\layoutxulbase_s.lib \
|
||||
$(DIST)\lib\contentshared_s.lib \
|
||||
!ifdef MOZ_MATHML
|
||||
$(DIST)\lib\layoutmathmlbase_s.lib \
|
||||
$(DIST)\lib\layoutmathmlcontent_s.lib \
|
||||
!endif
|
||||
!ifdef MOZ_SVG
|
||||
$(DIST)\lib\layoutsvgbase_s.lib \
|
||||
!endif
|
||||
$(DIST)\lib\util.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\js32$(VERSION_NUMBER).lib
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(PROGRAMS)
|
||||
$(MAKE_INSTALL) $(PROG2) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\TestCSSPropertyLookup.exe
|
||||
|
||||
$(PROG2): $(OBJDIR) TestCSSPropertyLookup.cpp
|
|
@ -38,8 +38,6 @@ REQUIRES = xpcom \
|
|||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 MathML Project.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Heriot-Watt
|
||||
# University, Edinburgh. Portions created by Heriot-Watt University
|
||||
# are Copyright (C) 1999 Heriot-Watt University. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# David J. Fiddes <D.J.Fiddes@hw.ac.uk>
|
||||
# Roger B. Sidje <rbs@maths.uq.edu.au>
|
||||
#
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layoutmathmlcontent_s
|
||||
MODULE=layout
|
||||
REQUIRES = string \
|
||||
xpcom \
|
||||
content \
|
||||
necko \
|
||||
gfx \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsMathMLAtoms.obj \
|
||||
.\$(OBJDIR)\nsMathMLOperators.obj \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
libs::
|
||||
$(MAKE_INSTALL) mathml.dtd $(DIST)\bin\res\dtd
|
||||
$(MAKE_INSTALL) mathml.css $(DIST)\bin\res
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\res\dtd\mathml.dtd
|
||||
rm -f $(DIST)\bin\res\mathml.css
|
|
@ -69,8 +69,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -1,97 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layoutsvgbase_s
|
||||
MODULE=layout
|
||||
REQUIRES = xpcom \
|
||||
widget \
|
||||
content \
|
||||
gfx \
|
||||
string \
|
||||
locale \
|
||||
dom \
|
||||
pref \
|
||||
view \
|
||||
libart_lgpl \
|
||||
necko \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsSVGBPathBuilder.obj \
|
||||
.\$(OBJDIR)\nsSVGCircleFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGEllipseFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGFill.obj \
|
||||
.\$(OBJDIR)\nsSVGForeignObjectFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGGFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGGenericContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGGraphic.obj \
|
||||
.\$(OBJDIR)\nsSVGGraphicFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGLineFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGOuterSVGFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGPathFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGPolygonFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGPolylineFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGRectFrame.obj \
|
||||
.\$(OBJDIR)\nsSVGRenderItem.obj \
|
||||
.\$(OBJDIR)\nsSVGRenderingContext.obj \
|
||||
.\$(OBJDIR)\nsSVGStroke.obj \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\..\html\style\src -I..\..\..\html\base\src \
|
||||
-I..\..\..\html\document\src \
|
||||
-I..\..\..\html\content\src \
|
||||
-I..\..\..\html\table\src \
|
||||
-I..\..\content\src \
|
||||
-I..\..\..\html\forms\src \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xml\content\src \
|
||||
-I..\..\..\base\public \
|
||||
-I..\..\..\..\content\svg\content\src \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
$(MAKE_INSTALL) svg.dtd $(DIST)\bin\res\dtd
|
||||
$(MAKE_INSTALL) svg.css $(DIST)\bin\res
|
||||
$(PERL) install-svg-css.pl $(DIST)\bin\res\ua.css
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
rm -f $(DIST)\bin\res\dtd\svg.dtd
|
||||
rm -f $(DIST)\bin\res\svg.css
|
|
@ -113,8 +113,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -62,8 +62,6 @@ EXPORTS = \
|
|||
nsGridCell.h \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/../../../base/src \
|
||||
|
|
|
@ -1,84 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..\..
|
||||
|
||||
LIBRARY_NAME=raptorxulgrid_s
|
||||
MODULE=layout_xul
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
locale \
|
||||
view \
|
||||
necko \
|
||||
gfx \
|
||||
content \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsGridLayout2.obj \
|
||||
.\$(OBJDIR)\nsGridRowLayout.obj \
|
||||
.\$(OBJDIR)\nsGridRowLeafLayout.obj \
|
||||
.\$(OBJDIR)\nsGridRowLeafFrame.obj \
|
||||
.\$(OBJDIR)\nsGridRowGroupFrame.obj \
|
||||
.\$(OBJDIR)\nsGridRowGroupLayout.obj \
|
||||
.\$(OBJDIR)\nsGrid.obj \
|
||||
.\$(OBJDIR)\nsGridRow.obj \
|
||||
.\$(OBJDIR)\nsGridCell.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\.. \
|
||||
-I..\..\..\..\base\src \
|
||||
-I..\..\..\..\html\style\src \
|
||||
-I..\..\..\..\html\base\src \
|
||||
-I..\..\..\content\src \
|
||||
-I..\..\..\..\html\forms\src \
|
||||
-I..\..\..\..\xml\content\src \
|
||||
-I.. \
|
||||
-I..\..\..\..\base\public
|
||||
|
||||
EXPORTS = nsGridLayout2.h \
|
||||
nsGridRowLayout.h \
|
||||
nsGridRowLeafLayout.h \
|
||||
nsGridRowLeafFrame.h \
|
||||
nsGridRowGroupLayout.h \
|
||||
nsIGridPart.h \
|
||||
nsGrid.h \
|
||||
nsGridRow.h \
|
||||
nsGridCell.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
|
@ -1,125 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# 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=..\..\..\..
|
||||
|
||||
LIBRARY_NAME=layoutxulbase_s
|
||||
MODULE=layout_xul
|
||||
DIRS=tree \
|
||||
grid
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
locale \
|
||||
widget \
|
||||
view \
|
||||
docshell \
|
||||
necko \
|
||||
editor \
|
||||
htmlparser \
|
||||
webshell \
|
||||
pref \
|
||||
intl \
|
||||
gfx2 \
|
||||
imglib2 \
|
||||
unicharutil \
|
||||
gfx \
|
||||
content \
|
||||
layout \
|
||||
xpconnect \
|
||||
js \
|
||||
$(NULL)
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsScrollBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsEditorBoxObject.obj \
|
||||
.\$(OBJDIR)\nsIFrameBoxObject.obj \
|
||||
.\$(OBJDIR)\nsBrowserBoxObject.obj \
|
||||
.\$(OBJDIR)\nsListBoxObject.obj \
|
||||
.\$(OBJDIR)\nsScrollBoxObject.obj \
|
||||
.\$(OBJDIR)\nsPopupBoxObject.obj \
|
||||
.\$(OBJDIR)\nsMenuBoxObject.obj \
|
||||
.\$(OBJDIR)\nsBoxObject.obj \
|
||||
.\$(OBJDIR)\nsImageBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsRootBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsDocElementBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsStackLayout.obj \
|
||||
.\$(OBJDIR)\nsPopupSetFrame.obj \
|
||||
.\$(OBJDIR)\nsMenuBarFrame.obj \
|
||||
.\$(OBJDIR)\nsMenuFrame.obj \
|
||||
.\$(OBJDIR)\nsSplitterFrame.obj \
|
||||
.\$(OBJDIR)\nsButtonBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsSpringFrame.obj \
|
||||
.\$(OBJDIR)\nsSliderFrame.obj \
|
||||
.\$(OBJDIR)\nsProgressMeterFrame.obj \
|
||||
.\$(OBJDIR)\nsGroupBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsBox.obj \
|
||||
.\$(OBJDIR)\nsContainerBox.obj \
|
||||
.\$(OBJDIR)\nsBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsBoxLayoutState.obj \
|
||||
.\$(OBJDIR)\nsBoxToBlockAdaptor.obj \
|
||||
.\$(OBJDIR)\nsSprocketLayout.obj \
|
||||
.\$(OBJDIR)\nsBoxLayout.obj \
|
||||
.\$(OBJDIR)\nsLeafBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsTextBoxFrame.obj \
|
||||
.\$(OBJDIR)\nsFrameNavigator.obj \
|
||||
.\$(OBJDIR)\nsRepeatService.obj \
|
||||
.\$(OBJDIR)\nsGrippyFrame.obj \
|
||||
.\$(OBJDIR)\nsDeckFrame.obj \
|
||||
.\$(OBJDIR)\nsStackFrame.obj \
|
||||
.\$(OBJDIR)\nsScrollbarFrame.obj \
|
||||
.\$(OBJDIR)\nsScrollbarButtonFrame.obj \
|
||||
.\$(OBJDIR)\nsMenuPopupFrame.obj \
|
||||
.\$(OBJDIR)\nsMenuBarListener.obj \
|
||||
.\$(OBJDIR)\nsMenuListener.obj \
|
||||
.\$(OBJDIR)\nsMenuDismissalListener.obj \
|
||||
.\$(OBJDIR)\nsTitleBarFrame.obj \
|
||||
.\$(OBJDIR)\nsResizerFrame.obj \
|
||||
.\$(OBJDIR)\nsListBoxBodyFrame.obj \
|
||||
.\$(OBJDIR)\nsListItemFrame.obj \
|
||||
.\$(OBJDIR)\nsListBoxLayout.obj \
|
||||
.\$(OBJDIR)\nsXULTooltipListener.obj \
|
||||
.\$(OBJDIR)\nsNativeScrollbarFrame.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
-I..\..\..\html\style\src -I..\..\..\html\base\src \
|
||||
-I..\..\content\src \
|
||||
-I..\..\..\html\forms\src \
|
||||
-I..\..\..\base\src \
|
||||
-I..\..\..\xml\content\src \
|
||||
-I..\..\..\base\public
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче