diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:51:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:51:20 +0000 |
commit | 02f55dbc8f8684b7967316d4be5bfa7b9da20085 (patch) | |
tree | 5f8f015b5a7aafae072102aa64aee3c0c8ee41b0 /sax/prj | |
parent | 01a06ba006b2f3d76d0faa5f9e068385bae08da5 (diff) |
INTEGRATION: CWS xmlfilter02 (1.6.10); FILE MERGED
2007/11/08 10:03:59 cl 1.6.10.4: #i81384# fixed build dependency
2007/07/24 12:20:12 rene 1.6.10.3: #i10000# we need to depend on comphelper
2007/01/24 14:27:42 cl 1.6.10.2: added new fast parser, removed prototyp saxparser
2006/02/14 18:34:46 cl 1.6.10.1: added initial libxml2 wrapper
Diffstat (limited to 'sax/prj')
-rw-r--r-- | sax/prj/build.lst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sax/prj/build.lst b/sax/prj/build.lst index ab4b016d45fc..9cc88467d011 100644 --- a/sax/prj/build.lst +++ b/sax/prj/build.lst @@ -1,4 +1,6 @@ -ax sax : offapi cppuhelper EXPAT:expat NULL +ax sax : offapi cppuhelper EXPAT:expat comphelper NULL ax sax usr1 - all ax_mkout NULL ax sax\source\expatwrap nmake - all ax_expatwrap NULL -ax sax\util nmake - all ax_util ax_expatwrap NULL +ax sax\source\tools nmake - all ax_tools NULL +ax sax\source\fastparser nmake - all ax_fastparser ax_expatwrap ax_tools NULL +ax sax\util nmake - all ax_util ax_expatwrap ax_tools ax_fastparser NULL |