point24.pkg
来自「symbian平台下的24点游戏编程 很适合初学者的例子」· PKG 代码 · 共 36 行
PKG
36 行
; Point24.pkg
; This is an auto-generated PKG file by Carbide.
; This file uses variables specific to Carbide builds that will not work
; on command-line builds. If you want to use this generated PKG file from the
; command-line tools you will need to modify the variables with the appropriate
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
; Also, the resource file entries should be changed to match the language
; used in the build. For example, if building for LANGUAGE_01, change the file
; extensions .rsc to .r01.
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"Point24"},(0xE5E0675A),1,0,0
;Localised Vendor name
%{"Maocai Luo"}
;Unique Vendor name
:"Luomc"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Point24.exe" -"!:\sys\bin\Point24.exe"
"$(EPOCROOT)Epoc32\data\z\resource\apps\Point24.r01" -"!:\resource\apps\Point24.r01"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\Point24_reg.r01" -"!:\private\10003a3f\import\apps\Point24_reg.r01"
"$(EPOCROOT)epoc32\data\z\resource\apps\Point24.mbm" -"!:\resource\apps\Point24.mbm"
; Add any installation notes if applicable
;"Point24.txt" -"!:\private\0xE5E0675A\Point24.txt"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?