makefile.inc
来自「使用三星ARM2410的eboot程序」· INC 代码 · 共 37 行
INC
37 行
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
!IF 0
Module Name:
makefile.inc
Abstract:
This file tells nmake the correct dependency relationships
for objects created from c files in this directory which are
wrappers for c files in another directory.
!ENDIF
# Take the eboot.exe that resulted from the standard build and generate
# eboot.bin from it.
$(_RELEASEDIR)\$(TARGETNAME).nb0: $(_RELEASEDIR)\$(TARGETNAME).exe
romimage $(_TARGETPLATROOT)\eboot\boot.bib
!IFDEF WINCEREL
copy $(_RELEASEDIR)\$(TARGETNAME).nb0 $(_FLATRELEASEDIR)\$(TARGETNAME).nb0
copy $(_RELEASEDIR)\$(TARGETNAME).sre $(_FLATRELEASEDIR)\$(TARGETNAME).sre
copy $(_RELEASEDIR)\$(TARGETNAME).bin $(_FLATRELEASEDIR)\$(TARGETNAME).bin
!ENDIF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?