📄 makefile.inc
字号:
!IF 0
//
// Copyright(C) Renesas Technology Corp. 2005. All rights reserved.
//
// Ethernet Boot Loader for ITS-DS7
//
// FILE : makefile.inc
// CREATED : 2005.08.01
// MODIFIED :
// AUTHOR : Renesas Technology Corp.
// HARDWARE : RENESAS ITS-DS7
// HISTORY :
// 2005.08.01
// - Created release code.
// (based on EBOOT for ASPEN for WCE5.0)
!ENDIF
!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.
BootImage:
!IF "$(NOLINK)" == ""
romimage eboot.bib
!IF "$(WINCEREL)"=="1"
copy $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.bin $(_FLATRELEASEDIR)
copy $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.sre $(_FLATRELEASEDIR)
!ENDIF
!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -