makefile.inc

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

INC
20
字号
!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    makefile.inc

!ENDIF

# Take the eboot.exe that resulted from the standard build and generate
# eboot.bin from it.
BootImage:
!IF "$(NOLINK)" == ""    	
        romimage boot.bib
        copy $(_TARGETPLATROOT)\target\$(_CPUINDPATH)\eboot.bin $(_FLATRELEASEDIR)
!ENDIF        

        

⌨️ 快捷键说明

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