summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/prj/build.lst7
1 files changed, 5 insertions, 2 deletions
diff --git a/unoxml/prj/build.lst b/unoxml/prj/build.lst
index 55ecb680db27..4346c063e012 100644
--- a/unoxml/prj/build.lst
+++ b/unoxml/prj/build.lst
@@ -1,5 +1,8 @@
-ux unoxml : offuh cppuhelper LIBXML2:libxml2 tools NULL
+ux unoxml : offuh cppuhelper LIBXML2:libxml2 REDLAND:redland 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
+ux unoxml\source\rdf nmake - all ux_librdf NULL