?? build.bat
字號:
@echo offREMREM build.bat creates the CAB filesREM Note that when invoking the .ini file with AppMgr (e.g. via setup.exe),REM you must use the full path, or ActiveSync will report an error with the setup.REMREMREM You Must modify the following directories to point to the correct locations.REMset lifeDir=%WXWIN%\demos\lifeset lifeARMBinary="%lifeDir%\evc_wince_armv4\life.exe"set fileLife="%lifeDir%\setup\wince\life.inf"set fileCabwiz="c:\program files\windows ce tools\wce420\pocket pc 2003\Tools\cabwiz.exe"if not exist ARM_bins mkdir ARM_binsif not exist %lifeARMBinary% goto NoBin@echo "Copying binary to ARM_bins..."copy %lifeARMBinary% ARM_binsif not exist %fileLife% goto Usageif not exist %fileCabwiz% goto Usage@echo Building %fileCabwiz% %fileLife%%fileCabwiz% %fileLife% /err life.err /cpu PPC2003_ARMREM To make CABs for two CPUS, use this line and uncomment lines in the .inf fileREM %fileCabwiz% %fileLife% /err life.err /cpu PPC2003_ARM PPC2003_x86@echo Copying setup files to the Deliver directoryif not exist Deliver mkdir Delivercopy life.*.CAB Delivercopy install.ini Delivercopy life.ico Delivercopy setup.exe Deliverecho "Built: see the Deliver directory for the installation files."goto Exit:Usage@echo ---@echo Edit this batch file to point to the correct directories@echo fileLife = %fileLife%@echo fileCabwiz = %fileCabwiz%@echo (these files are included in the Windows CE SDK)@echo ---goto Exit:NoBin@echo You need to build %lifeARMBinary%.:Exit
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -