bldall.bat
来自「《UIQ 3 The Complete Guide》书的源代码」· Batch 代码 · 共 31 行
BAT
31 行
@echo off
rem
rem BLDALL.BAT
rem
del /q *.sis
rem /////////////////////////////////////////////////////////////////////////////////////////////
rem Convert Notepad Utf8 to Symbian Utf8
cd ..\English
call Utf8conv
cd ..\French
call Utf8conv
cd ..\SimplifiedChinese
call Utf8conv
cd ..\Group
rem /////////////////////////////////////////////////////////////////////////////////////////////
echo Building Localization app
rem The primary app
call bldarm
rem Build the releasable SIS file
call makesis Unicode_SignedApp.pkg SignedApp_uiq3_001.sis
echo You need to supply your company specific Developer Certificate and ACS Certificate to create
echo the signed installation versions of this application.
rem call signsis -s SignedApp_uiq3_001.sis SignedApp_DevCert_uiq_3_0_v_1_00_01.sis DevCert.cer ACSPublisherCertificate.key
rem call signsis -s SignedApp_uiq3_001.sis SignedApp_ACSCert_uiq_3_0_v_1_00_01.sis ACSPublisherCertificate.cer ACSPublisherCertificate.key
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?