Get XSLT going for unix, patch by andreas.otte@primus-online.de,
r=jst@netscape.com
This commit is contained in:
Родитель
b8aa8a1761
Коммит
90a5509aab
|
@ -44,6 +44,11 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifdef MOZ_XSL
|
||||
DEFINES += -DXSL
|
||||
endif
|
||||
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../../../html/base/src \
|
||||
-I$(srcdir)/../../../html/document/src \
|
||||
|
|
|
@ -68,7 +68,9 @@
|
|||
#include "nsXSLContentSink.h"
|
||||
#include "nsIDOMDocument.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#ifdef XP_PC
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "nsISupports.h"
|
||||
#include "nsParserCIID.h"
|
||||
#include "nsIIOService.h"
|
||||
|
|
|
@ -36,6 +36,10 @@ ifdef MOZ_SVG
|
|||
DIRS += svg
|
||||
endif
|
||||
|
||||
ifdef MOZ_XSL
|
||||
DIRS += xsl
|
||||
endif
|
||||
|
||||
DIRS += events build
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
|
|
|
@ -44,6 +44,11 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
DEFINES += -D_IMPL_NS_HTML
|
||||
|
||||
ifdef MOZ_XSL
|
||||
DEFINES += -DXSL
|
||||
endif
|
||||
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../../../html/base/src \
|
||||
-I$(srcdir)/../../../html/document/src \
|
||||
|
|
|
@ -68,7 +68,9 @@
|
|||
#include "nsXSLContentSink.h"
|
||||
#include "nsIDOMDocument.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#ifdef XP_PC
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "nsISupports.h"
|
||||
#include "nsParserCIID.h"
|
||||
#include "nsIIOService.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче