📄 helloworldcon.pkg
字号:
; @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 v 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"
; End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -