📄 cebasecesysgen.bat
字号:
@REM
@REM Copyright (c) Microsoft Corporation. All rights reserved.
@REM
@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
if "%BSP_POCKETPC%" == "" goto NOT_POCKETPC
@REM If we're doing a debug build, we want to have the \release directory
@REM mounted so that KITL can pull components across when needed as they
@REM might be too big to fit in the image.
if "%WINCEDEBUG%" == "debug" set SYSGEN_RELFSD=1
@REM
@REM Now call the project-specific BAT file if one exists. Otherwise,
@REM just call cebasecesysgen.bat.
@REM
if exist %_PLATFORMROOT%\%_TGTPLAT%\cebasecesysgen_%_TGTPROJ%.bat (
call %_PLATFORMROOT%\%_TGTPLAT%\cebasecesysgen_%_TGTPROJ%.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
) else (
call %_PLATFORMROOT%\%_TGTPLAT%\cebasecesysgen_cebase.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
)
:NOT_POCKETPC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -