diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-28 13:46:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-28 13:46:13 +0000 |
commit | a67cca38ad6199e110451e8ccce12fa3d571d124 (patch) | |
tree | 908149cbf762f328327e1290136240583eed6ed6 | |
parent | 9e2a3ff7c01bace1785cffb31fe9511221372a27 (diff) |
#i10000#: add missing dependency on cppuhelper
-rw-r--r-- | unodevtools/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/prj/build.lst b/unodevtools/prj/build.lst index 4f99f7683846..cc505eee00ba 100644 --- a/unodevtools/prj/build.lst +++ b/unodevtools/prj/build.lst @@ -1,4 +1,4 @@ -udt unodevtools : codemaker NULL +udt unodevtools : codemaker cppuhelper NULL udt unodevtools usr1 - all udt_mkout NULL udt unodevtools\inc get - all udt_inc NULL udt unodevtools\prj get - all udt_prj NULL |