diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 13:41:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 13:41:19 +0000 |
commit | 71dee2f153371c6dc0c1488aabf75711f9d53e2b (patch) | |
tree | 44db829e5d3702bdc779d65f56cddd5369d40a1c /cppu/prj | |
parent | 9e299a0fe67455f9f6881365dbe8422dd0d735d2 (diff) |
move cppumaker test to cppu
Diffstat (limited to 'cppu/prj')
-rw-r--r-- | cppu/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppu/prj/build.lst b/cppu/prj/build.lst index 4ded629ef0fd..62ddfff0f29f 100644 --- a/cppu/prj/build.lst +++ b/cppu/prj/build.lst @@ -10,4 +10,5 @@ cu cppu\source\UnsafeBridge nmake - all cu_UnsafeBridge cu_inc NULL 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 -cd cppu\qa nmake - all cu_qa_cppunit cu_util NULL +cu cppu\qa nmake - all cu_qa_cppunit cu_util NULL +cu cppu\qa\cppumaker nmake - all cu_qa_cppumaker cu_inc NULL |