diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 16:52:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 16:53:37 +0000 |
commit | a02aae1d244a42b9b346d2f439ea2e834af2899b (patch) | |
tree | f25c6da2748e8c94a288523d69b3adf9dcd2c752 /cppu | |
parent | 527f27184266d724f05f7b3c47e9ad61bfb944fc (diff) |
fix build error with better depend
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/prj/build.lst b/cppu/prj/build.lst index 62ddfff0f29f..0af8b3019621 100644 --- a/cppu/prj/build.lst +++ b/cppu/prj/build.lst @@ -11,4 +11,4 @@ cu cppu\source\AffineBridge nmake - all cu_AffineBridge cu_inc NULL cu cppu\source\LogBridge nmake - all cu_LogBridge cu_inc NULL cu cppu\util nmake - all cu_util cu_thpool cu_typelib cu_cppu cu_uno cu_helper_purpenv cu_UnsafeBridge cu_AffineBridge cu_LogBridge NULL cu cppu\qa nmake - all cu_qa_cppunit cu_util NULL -cu cppu\qa\cppumaker nmake - all cu_qa_cppumaker cu_inc NULL +cu cppu\qa\cppumaker nmake - all cu_qa_cppumaker cu_util NULL |