📄 sources
字号:
#
# Copyright (c) 1999-2003 Renesas Technology Corp.
# All Rights Reserved.
#
# HD64404 Standard Display Driver
#
#
# FILE : SOURCES
# CREATED : 1999. 9. 7
# MODIFIED : 2003. 6.17
# AUTHOR : Renesas Technology Corp.
# HARDWARE : US7751-HRPxxC (BigSur with HD64404, ITS-DS2A)
# HS7751RSTC01H (S1-E, ITS-DS5)
# TARGET OS : Microsoft(R) Windows(R) CE .NET 4.2
# FUNCTIONS : Settings for building display driver
# HISTORY :
# 1999. 9. 7
# - Created for HD64413 (Q2SD) display driver.
# 2001. 8. 1
# - Modified for HD64404.
# 2001. 8.24
# - Source filename "am_disp.cpp" is changed to "amadisp.cpp".
# 2001.10.31
# - Display customization is changed to refer display driver
# registry. Compiler option definitions for customizations are
# removed and souce file "config.cpp" is added.
# 2001.12.13
# - DLLENTRY specification is removed.
# 2002. 5. 2
# - Target name is changed to "AMADISP_STD".
# 2002. 8. 1
# - Build condition check is modified to refer variable
# ENABLE_HD64404_DISP.
# 2002. 9.25
# - Header style is modified.
#-----------------------------------------------------------------------------
!if "$(ENABLE_HD64404_DISP)" != "1"
SKIPBUILD=1
!endif
TARGETNAME=AMADISP_STD
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gpe.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\emul.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib
INCLUDES= \
..\..\..\inc;
SOURCES= \
config.cpp \
amadisp.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -