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

📄 cebasecesysgen.bat

📁 Windows CE documentation and examples from the Windows CE development manuals. There are lots of exa
💻 BAT
字号:
@REM
@REM Copyright (c) Microsoft Corporation.  All rights reserved.
@REM
@REM
@REM Use of this sample source code is subject to the terms of the Microsoft
@REM license agreement under which you licensed this sample source code. If
@REM you did not accept the terms of the license agreement, you are not
@REM authorized to use this sample source code. For the terms of the license,
@REM please see the license agreement between you and Microsoft or, if applicable,
@REM see the LICENSE.RTF on your install media or the root of your tools installation.
@REM THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
@REM
@REM Use of this source code is subject to the terms of the Microsoft end-user
@REM license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
@REM If you did not accept the terms of the EULA, you are not authorized to use
@REM this source code. For a copy of the EULA, please see the LICENSE.RTF on your
@REM install media.
@REM

@ECHO OFF
 
REM If the project is phone-based, default the phone type to GSM if it's not specified.

if /I not "%_TGTPROJ%" == "wpc" goto :not_ppc_proj
if "%SYSGEN_CDMASKU%" == "" set SYSGEN_GSMSKU=1
set SYSGEN_MSFLASH=1
set SYSGEN_MSFLASH_RAMFMD=1
set SYSGEN_D3DMREF=1

:not_ppc_proj:

if /I not "%_TGTPROJ%" == "smartfon" goto :not_sf_proj
if "%SYSGEN_CDMASKU%" == "" set SYSGEN_GSMSKU=1
set SYSGEN_MSFLASH=1
set SYSGEN_MSFLASH_RAMFMD=1
set SYSGEN_D3DMREF=1

:not_sf_proj:

@REM
@REM Always use persistent storage for Image Update builds.
@REM
if "%SYSGEN_IMGUPD%"=="1" set SYSGEN_TFAT=1
if "%SYSGEN_IMGUPD%"=="1" set SYSGEN_FSROMONLY=1

⌨️ 快捷键说明

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