📄 sources
字号:
#
# Copyright (c) Renesas Technology Corp. 2002-2003. All Rights Reserved.
# HD64404/SH7760 OHCI USB Host Controller Driver
#
# FILE : SOURCES
# CREATED : 2002. 6. 7 (in Platform Builder 4.1 samples)
# MODIFIED : 2003. 6.23
# AUTHOR : Renesas Technology Corp.
# HARDWARE : HS7751RSTCF01H (S1-E, ITS-DS5),
# US7760-HRP10E (Biscayne, ITS-DS6)
# TARGET OS : Microsoft(R) Windows(R) CE .NET 4.2
# FUNCTIONS : driver building configurations
# HISTORY :
# 2003. 2.20
# - Initially created for SH7760 USB host controller from OHCI
# sample driver PDD in Platform Builder 4.1.
# - Parameters for SYSGEN phase are removed.
# - RELEASETYPE and INCLUDES definitions are added to build it
# correctly in platform source tree.
# 2003. 6.23
# - "hcdlib.lib" is conditionally added to SOURCELIBS when in
# Platform Builder 4.2 environment.
#-----------------------------------------------------------------------------
!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
SYNCHRONIZE_DRAIN=1
TARGETNAME=ohci
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
SOURCELIBS=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ohcdmdd2.lib
!if "$(_WINCEOSVER)" == "420"
SOURCELIBS=$(SOURCELIBS) $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\hcdlib.lib
!endif
DLLENTRY=DllMain
DEFFILE=$(_COMMONOAKROOT)\inc\ohcd.def
INCLUDES=$(_TARGETPLATROOT)\inc
SOURCES= \
system.c \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -