A few Symbian build changes
This commit is contained in:
parent
a09be6410f
commit
5bb8bbed1e
@ -6,19 +6,19 @@
|
|||||||
|
|
||||||
;Header - standard sis file header including version number
|
;Header - standard sis file header including version number
|
||||||
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build 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
|
; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package
|
||||||
; version of 7, 19, 703
|
; version of 7, 20, 103
|
||||||
#{"curl"}, (0xF0206442), 7, 19, <please_update_version>, TYPE=SA
|
#{"curl"}, (0xF0206442), 7, 20, <please_update_version>, TYPE=SA
|
||||||
|
|
||||||
; Vendor name
|
; Vendor name
|
||||||
%{"Standard libcurl package"}
|
%{"curl project"}
|
||||||
:"Standard libcurl package"
|
:"curl project"
|
||||||
|
|
||||||
; Embedded component
|
; Embedded component
|
||||||
@"libcurl.sis",(0xF0206D00)
|
@"libcurl.sis",(0xF0206D00)
|
||||||
|
|
||||||
; A dependency on P.I.P.S. and the stdio server are probably good to have here
|
; 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"}
|
;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
|
||||||
;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
|
;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ SOURCE \
|
|||||||
|
|
||||||
USERINCLUDE ../../../lib ../../../include/curl
|
USERINCLUDE ../../../lib ../../../include/curl
|
||||||
#ifdef ENABLE_SSL
|
#ifdef ENABLE_SSL
|
||||||
USERINCLUDE /epoc32/include/osextensions/stdapis
|
SYSTEMINCLUDE /epoc32/include/osextensions/stdapis
|
||||||
// Older versions of the SDK need this instead:
|
// Older versions of the SDK need this instead:
|
||||||
//USERINCLUDE /epoc32/include/stdapis/openssl
|
//USERINCLUDE /epoc32/include/stdapis/openssl
|
||||||
#endif
|
#endif
|
||||||
|
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
;Header - standard sis file header including version number
|
;Header - standard sis file header including version number
|
||||||
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build 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
|
; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package
|
||||||
; version of 7, 19, 703
|
; version of 7, 20, 103
|
||||||
#{"libcurl"}, (0xF0206D00), 7, 19, <please_update_version>, TYPE=SA
|
#{"libcurl"}, (0xF0206D00), 7, 20, <please_update_version>, TYPE=SA
|
||||||
|
|
||||||
; Vendor name
|
; Vendor name
|
||||||
%{"Standard curl package"}
|
%{"curl project"}
|
||||||
:"Standard curl package"
|
:"curl project"
|
||||||
|
|
||||||
; A dependency on P.I.P.S. is probably a good idea to add here
|
; 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"}
|
;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
|
||||||
|
|
||||||
;Files - standard file specifications
|
;Files - standard file specifications
|
||||||
|
Loading…
Reference in New Issue
Block a user