helloworldconfr.pkg

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· PKG 代码 · 共 26 行

PKG
26
字号
; @brief Package information file for the HelloWorldCon Example
;
; Copyright (c) EMCC Software Ltd 2003
; @version 1.0

;Languages
&EN
;
; Supply the app name, the app's UID, version, minor version, build and package type.
; Note that Executables don't have an application UID - it is typically "set" to zero (0) -
; but the package installer requires a UID, so one must be assigned for the package file for
; an EXE, otherwise the executable will be removed when the next one with a zero UID is installed.
#{"HelloWorldCon"},(0x101FDA89),1,0,0
;
;Supports Series 60 0.9
;This line indicates that this installation is for Series 60 Platform 0.9
(0x101F6F88), 0, 0, 0, {"Series60ProductID"}
;
; Files to install
; One file to install - it must be stored on the C: drive to be picked up by the ExeLauncher utility.
;
"..\..\..\Epoc32\release\armi\urel\HelloWorldCon.exe" - "C:\EMCC\Exes\HelloWorldCon.exe", FR

; End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?