Ongoing work to get Transformiix to build on Windows. Not part of the mozilla build.

This commit is contained in:
nisheeth%netscape.com 2000-04-12 22:47:04 +00:00
parent 3f463dfbb5
commit b3fea5b8a8

View File

@ -29,11 +29,11 @@ REQUIRES=xpcom raptor
IS_COMPONENT = 1
CPPSRCS= \
XSLProcessorFactory.cpp \
XSLTProcessorModule.cpp \
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\XSLProcessorFactory.obj \
.\$(OBJDIR)\XSLTProcessorModule.obj \
$(NULL)
MAKE_OBJ_TYPE = DLL
@ -47,8 +47,8 @@ LCFLAGS = \
LINCS= -I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor \
-I..\source\xml\dom \
-I..\source\xsl\expr -I..\source\xsl\util -I..\source\xml -I..\source\xsl \
-I..\source\base \
-I..\source\xpath -I..\source\xslt\util -I..\source\xml -I..\source\xslt \
-I..\source\base -I..\source\net -I..\source\xml\parser
# These are the libraries we need to link with to create the dll
LLIBS= \