📄 sources
字号:
!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:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
!ENDIF
SYNCHRONIZE_DRAIN=1
RELEASETYPE=PLATFORM
TARGETNAME=ohci
TARGETTYPE=DYNLINK
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
SOURCELIBS=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ohcdmdd2.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\hcdlib.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\sa11ohci.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\xllplib.lib
DLLENTRY=DllMain
DEFFILE=$(_COMMONOAKROOT)\inc\ohcd.def
!if "$(PLAT_SA1101)"=="1"
CDEFINES= $(CDEFINES) -DUSING_SA1101
CDEFINES= $(CDEFINES) -DUSING_SA11X1
!else if "$(PLAT_SA1111)"=="1"
CDEFINES= $(CDEFINES) -DUSING_SA1111
CDEFINES= $(CDEFINES) -DUSING_SA11X1
!endif
!if "$(PLAT_SA1111DB)"=="1"
CDEFINES= $(CDEFINES) -DSA1111DB
ADEFINES=-pd "_SA1111DB SETS \"$(PLAT_SA1111DB)\"" $(ADEFINES)
!else
ADEFINES=-pd "_SA1111DB SETS \"0\"" $(ADEFINES)
!endif
!if "$(PLAT_SA1101CB)"=="1"
CDEFINES= $(CDEFINES) -DSA1101CB
ADEFINES=-pd "_SA1111DB SETS \"0\"" $(ADEFINES)
!endif
!IF "$(PLAT_SA1110DB)" == "1"
CDEFINES= $(CDEFINES) -DSA1110DB
!ELSE
CDEFINES= $(CDEFINES) -DSA1100MM
!ENDIF
CDEFINES= $(CDEFINES) -DUSING_SA1111
INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(INCLUDES)
SOURCES= \
ohcd.c
#xref VIGUID {2d0dd4c8-33b7-40e5-ae98-a051270dc6ca}
#xref VSGUID {1052438d-34c2-4549-979d-43eaa4cde83d}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -