diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 08:58:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 08:58:22 +0000 |
commit | 4633e566ad29e9530af3820fd8b6453cddb5dfce (patch) | |
tree | e6e20ab9962bad3ab9590f9c6cce0c701572ae25 /unoxml/prj/build.lst | |
parent | 62592b29aa62992fcdda9b537365870a17d0e504 (diff) |
#i10000# Missing dependency added: source\service needs source\events
Diffstat (limited to 'unoxml/prj/build.lst')
-rw-r--r-- | unoxml/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/prj/build.lst b/unoxml/prj/build.lst index b436072964d6..aacd0180b0e6 100644 --- a/unoxml/prj/build.lst +++ b/unoxml/prj/build.lst @@ -2,4 +2,4 @@ ux unoxml : offuh cppuhelper libxml2 sfx2 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 NULL +ux unoxml\source\service nmake - all ux_service ux_dom ux_xpath ux_events NULL |