Commit 5bb8bbed authored by Dan Fandrich's avatar Dan Fandrich
Browse files

A few Symbian build changes

parent a09be641
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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"}

+1 −1
Original line number Diff line number Diff line
@@ -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 −6
Original line number Diff line number Diff line
@@ -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