diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 14:18:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-15 14:18:07 +0000 |
commit | 1e96e0c0daff99a16bc796bbcfbad41a764a93e9 (patch) | |
tree | f1b3d3eeb96c3d75a755126fad248d287e49ac4d /cppuhelper/prj | |
parent | 428768ca076631cd767dda13a6397e8b371ca6d5 (diff) |
fix build error, add build depend
Diffstat (limited to 'cppuhelper/prj')
-rw-r--r-- | cppuhelper/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/prj/build.lst b/cppuhelper/prj/build.lst index f82738673..c1b97ae72 100644 --- a/cppuhelper/prj/build.lst +++ b/cppuhelper/prj/build.lst @@ -4,5 +4,5 @@ ch cppuhelper\inc nmake - all ch_include NULL ch cppuhelper\source nmake - all ch_source ch_unotypes ch_include NULL ch cppuhelper\unotypes nmake - all ch_unotypes NULL ch cppuhelper\qa\propertysetmixin nmake - all ch_qa_propertysetmixin ch_source NULL -ch cppuhelper\qa\ifcontainer nmake - all ch_qa_ifcontainer NULL +ch cppuhelper\qa\ifcontainer nmake - all ch_qa_ifcontainer ch_source NULL ch cppuhelper\qa\unourl nmake - all ch_qa_unourl ch_source NULL |