bug 81414, build standalone transformiix, MOZ_XSL->!TX_EXE, r=peterv,cls, sr=scc, a=dbaron (on behalf of drivers)

This commit is contained in:
axel%pike.org 2005-11-02 07:36:25 +00:00
parent e3b3b999f1
commit fb0ada6f18
6 changed files with 14 additions and 14 deletions

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = base net xml xpath xslt
ifndef MOZ_XSL
ifdef TX_EXE
DIRS += main
endif

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XSL
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom
endif
@ -45,11 +45,11 @@ CPPSRCS = ArrayList.cpp \
StringList.cpp \
Tokenizer.cpp
ifdef MOZ_XSL
CPPSRCS += MozillaString.cpp
else
ifdef TX_EXE
CPPSRCS += CommandLineUtils.cpp \
TxString.cpp
else
CPPSRCS += MozillaString.cpp
endif
include $(topsrcdir)/config/rules.mk

View File

@ -23,11 +23,11 @@
* Bob Miller, kbob@oblix.com
* -- plugged core leak.
*
* $Id: txList.cpp,v 1.6 2005/11/02 07:33:47 peterv%netscape.com Exp $
* $Id: txList.cpp,v 1.7 2005/11/02 07:33:48 axel%pike.org Exp $
*/
#include "List.h"
#ifndef MOZ_XSL
#ifdef TX_EXE
#include <iostream.h>
#endif
@ -38,7 +38,7 @@
/**
* Default constructor for a List;
* @author <a href="mailto:kvisco@ziplink.net">Keith Visco</a>
* @version $Revision: 1.6 $ $Date: 2005/11/02 07:33:47 $
* @version $Revision: 1.7 $ $Date: 2005/11/02 07:33:48 $
**/
List::List() {

View File

@ -26,13 +26,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XSL
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget
endif
DIRS = dom parser util
ifndef MOZ_XSL
ifdef TX_EXE
DIRS += printer
endif

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XSL
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget caps js
endif
@ -65,7 +65,7 @@ CPPSRCS = AdditiveExpr.cpp \
UnionExpr.cpp \
VariableRefExpr.cpp \
XPathNames.cpp
ifdef MOZ_XSL
ifndef TX_EXE
CPPSRCS += XPathProcessor.cpp \
nsNodeSet.cpp
endif
@ -76,7 +76,7 @@ INCLUDES += -I$(srcdir)/../base -I$(srcdir)/../xml \
-I$(srcdir)/../xml/dom -I$(srcdir)/../xml/util \
-I$(srcdir)/../xslt -I$(srcdir)/../xslt/util \
-I$(srcdir)/../xslt/functions
ifdef MOZ_XSL
ifndef TX_EXE
INCLUDES += -I$(srcdir)
endif

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = functions util
ifdef MOZ_XSL
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget necko xsl_doc
endif