diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 04:27:06 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 04:32:24 +0100 |
commit | 0d2d8ba1a2f3fdab44b5f3e747152fce94679511 (patch) | |
tree | 694c546aca3c83958a1d0856dd07581a4f9c0fda /cosv | |
parent | 9b81d7d1255e8288ffa862a141f53a31c67e14f9 (diff) |
Make stlport only optional dependency of postprocess
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cosv/prj/build.lst b/cosv/prj/build.lst index f75303c0c6ca..2ffd4588f10c 100644 --- a/cosv/prj/build.lst +++ b/cosv/prj/build.lst @@ -1,5 +1,5 @@ #==================================================================================== -cs cosv : soltools stlport NULL +cs cosv : soltools NULL cs cosv usr1 - all cs_mkout NULL cs cosv\prj get - all cs_prj NULL cs cosv\inc get - all cs_inc NULL |