diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-16 17:44:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-16 17:45:10 +0100 |
commit | c4e52039994b9c0011e1ba64e1223ee89d5d970a (patch) | |
tree | b421bb06ef9da4d2d24a4e19612bd4b19c1ec649 /curl | |
parent | f3acd83c1c406f6527d05b0a52a2bef03557e2e1 (diff) |
Code modules no longer depend on stlport.
Diffstat (limited to 'curl')
-rw-r--r-- | curl/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl/prj/build.lst b/curl/prj/build.lst index d3aab4781144..96e092d9295a 100644 --- a/curl/prj/build.lst +++ b/curl/prj/build.lst @@ -1,3 +1,3 @@ -xc curl : stlport external NULL +xc curl : external NULL xc curl usr1 - all xc_mkout NULL xc curl nmake - all xc_curl NULL |