diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 08:04:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 08:04:32 +0000 |
commit | 74d1f5c909c911240c9e8d62361fea9cccb45b53 (patch) | |
tree | cf17867e000e3a616154f92300e9eaaab93b3eb6 /cppu/prj | |
parent | 9fb0dc928fa6425f465cc2bc84fade755aaa92b9 (diff) |
#100000# Just correcting my last commit. Module cppu only depends on module sal, no codemaker needed here.
Diffstat (limited to 'cppu/prj')
-rw-r--r-- | cppu/prj/build.lst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cppu/prj/build.lst b/cppu/prj/build.lst index 801224ba88da..8d90df1864b3 100644 --- a/cppu/prj/build.lst +++ b/cppu/prj/build.lst @@ -1,7 +1,7 @@ cu cppu : sal NULL -cu cppu usr1 - all cu_mkout NULL -cu cppu\source\uno nmake - all cu_uno NULL -cu cppu\source\threadpool nmake - all cu_thpool NULL -cu cppu\source\typelib nmake - all cu_typelib NULL -cu cppu\source\cppu nmake - all cu_cppu NULL -cu cppu\util nmake - all cu_util cu_thpool cu_typelib cu_cppu cu_uno NULL +cu cppu usr1 - all cu_mkout NULL +cu cppu\source\uno nmake - all cu_uno NULL +cu cppu\source\threadpool nmake - all cu_thpool NULL +cu cppu\source\typelib nmake - all cu_typelib NULL +cu cppu\source\cppu nmake - all cu_cppu NULL +cu cppu\util nmake - all cu_util cu_thpool cu_typelib cu_cppu cu_uno NULL |