diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-08 21:07:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-08 21:20:54 +0300 |
commit | 491dcf9bec8e811ed3abb2f0945661ab0930ea8a (patch) | |
tree | 0e58b8d9723b99a262108770957396655b309f6c /cppuhelper | |
parent | 8cd859d9a69a199886355aa8655bb3240536280f (diff) |
Can't build the iOS static cppuhelper test here now
Since we now link to the (also static) bootstrap.uno component which
hasn't been built yet.
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/prj/build.lst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/prj/build.lst b/cppuhelper/prj/build.lst index 53c704e21055..570a34560a1c 100644 --- a/cppuhelper/prj/build.lst +++ b/cppuhelper/prj/build.lst @@ -6,4 +6,3 @@ 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 ch_source NULL ch cppuhelper\qa\unourl nmake - all ch_qa_unourl ch_source NULL -ch cppuhelper\qa\static nmake - all ch_qa_static ch_qa_propertysetmixin ch_qa_ifcontainer ch_qa_unourl NULL |