Skip to content
Snippets Groups Projects
Commit 5bb8bbed authored by Dan Fandrich's avatar Dan Fandrich
Browse files

A few Symbian build changes

parent a09be641
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment