summaryrefslogtreecommitdiffstats
path: root/unoxml/prj
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 12:51:48 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 12:51:48 +0000
commitcf57dbd3b91ed4f696fb8a7a20280b2c2c29d106 (patch)
tree6ee3feb144b8b4ff320c1ddf34d07f4f6791e999 /unoxml/prj
parentINTEGRATION: CWS namespacefixes (1.4.72); FILE MERGED (diff)
downloadcore-cf57dbd3b91ed4f696fb8a7a20280b2c2c29d106.tar.gz
core-cf57dbd3b91ed4f696fb8a7a20280b2c2c29d106.zip
INTEGRATION: CWS namespacefixes (1.8.28); FILE MERGED
2007/05/31 10:10:48 cl 1.8.28.1: #i77982# addind fast sax parser
Diffstat (limited to 'unoxml/prj')
-rw-r--r--unoxml/prj/build.lst4
1 files changed, 3 insertions, 1 deletions
diff --git a/unoxml/prj/build.lst b/unoxml/prj/build.lst
index 55ecb680db27..218ed9601d7c 100644
--- a/unoxml/prj/build.lst
+++ b/unoxml/prj/build.lst
@@ -2,4 +2,6 @@ ux unoxml : offuh cppuhelper LIBXML2:libxml2 tools NULL
ux unoxml\source\dom nmake - all ux_dom NULL
ux unoxml\source\xpath nmake - all ux_xpath ux_dom NULL
ux unoxml\source\events nmake - all ux_events ux_dom NULL
-ux unoxml\source\service nmake - all ux_service ux_dom ux_xpath ux_events NULL
+ux unoxml\source\fastsax\api nmake - all ux_fapi NULL
+ux unoxml\source\fastsax nmake - all ux_fastsax ux_fapi NULL
+ux unoxml\source\service nmake - all ux_service ux_dom ux_xpath ux_events ux_fapi ux_fastsax NULL