makefile.inc

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· INC 代码 · 共 20 行

INC
20
字号
!IF 0

Copyright (c) 1989-2000 Microsoft Corporation.  All rights reserved.

Module Name:

    makefile.inc

!ENDIF

# Take the eboot.exe that resulted from the standard build and generate
# eboot.bin from it.

RomImage:
!IF "$(NOLINK)" == ""    
	romimage boot.bib
!ENDIF        


⌨️ 快捷键说明

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