diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-03-10 06:55:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-03-10 06:55:23 +0000 |
commit | 5bb8bbed1ead73254226931239015631679232c9 (patch) | |
tree | eff50310f7a310d3ef9df791135fefc5cbab5ff0 | |
parent | a09be6410f5af8d0a4b7c9e302abc3b83cbdd078 (diff) | |
download | curl-5bb8bbed1ead73254226931239015631679232c9.tar.gz |
A few Symbian build changes
-rw-r--r-- | packages/Symbian/group/curl.pkg | 12 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.pkg | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/packages/Symbian/group/curl.pkg b/packages/Symbian/group/curl.pkg index c6456b2e1..dfc994f53 100644 --- a/packages/Symbian/group/curl.pkg +++ b/packages/Symbian/group/curl.pkg @@ -6,19 +6,19 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package -; version of 7, 19, 703 -#{"curl"}, (0xF0206442), 7, 19, <please_update_version>, TYPE=SA +; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package +; version of 7, 20, 103 +#{"curl"}, (0xF0206442), 7, 20, <please_update_version>, TYPE=SA ; Vendor name -%{"Standard libcurl package"} -:"Standard libcurl package" +%{"curl project"} +:"curl project" ; Embedded component @"libcurl.sis",(0xF0206D00) ; A dependency on P.I.P.S. and the stdio server are probably good to have here -;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."} +;(0x20009A80), *, *, *, {"Open C Standard Libraries"} ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} ;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"} diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 825eb57fa..400dcff1b 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -37,7 +37,7 @@ SOURCE \ USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL -USERINCLUDE /epoc32/include/osextensions/stdapis +SYSTEMINCLUDE /epoc32/include/osextensions/stdapis // Older versions of the SDK need this instead: //USERINCLUDE /epoc32/include/stdapis/openssl #endif diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg index 6f167441c..1460a593c 100644 --- a/packages/Symbian/group/libcurl.pkg +++ b/packages/Symbian/group/libcurl.pkg @@ -6,16 +6,16 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package -; version of 7, 19, 703 -#{"libcurl"}, (0xF0206D00), 7, 19, <please_update_version>, TYPE=SA +; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package +; version of 7, 20, 103 +#{"libcurl"}, (0xF0206D00), 7, 20, <please_update_version>, TYPE=SA ; Vendor name -%{"Standard curl package"} -:"Standard curl package" +%{"curl project"} +:"curl project" ; A dependency on P.I.P.S. is probably a good idea to add here -;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."} +;(0x20009A80), *, *, *, {"Open C Standard Libraries"} ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} ;Files - standard file specifications |