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 | a18ac1cc6f9f250ecc05376f16dc69dfc22ca962 (patch) | |
tree | 66e1fe2e70716f0ad2c53880eae2d5e0137ddf82 | |
parent | 2353e7bf4a7e5cc2859ff49fcfe76d5257422305 (diff) |
fix build error with better depend
-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 62ddfff0f..0af8b3019 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 |