⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.bat

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -