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 | fe46090a1cb6404dc83ba21bbdd73203a1511423 (patch) | |
tree | 68ca89d5caef4038d4188d2036e669d814d2b5ee | |
parent | 0434b87251fd55d1d4956191ef237abc180dab5c (diff) |
Make stlport only optional dependency of postprocess
-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 f75303c0..2ffd4588 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 |