1 在hellotext目录下,bldmake clean,bldmake bldfiles。 2 abld build armi urel,在C:\Symbian.0a\S60_2nd_FP2\epoc32\release\armi\urel目录下生成hellotext.exe
和hellotext.exe.map。 3 创建pkg文件,大致内容如下 ; ; Basic install file for minimal application ;
; Languages ; none - English only by default
; Installation header ; Only one component name as we only support English ; UID is the app's UID - see HelloWorld.mmp
#{"Minimal application"},(0x10004299),1,0,0 ; Only two files to install for the minimal application "C:\Symbian.0a\S60_2nd_FP2\epoc32
\release\armi\urel\hellotext.exe"-"!:\system\apps\hellotext\hellotext.exe" "C:\Symbian.0a\S60_2nd_FP2\epoc32
\release\armi\urel\hellotext.exe.map"-"!:\system\apps\hellotext\hellotext.exe.map"
; Required files ; None
; Component .sis files ; None 4 在hellotext目录下执行makesis hellotext.pkg,生成hellotext.sis文件。 5 大功告成。 |