sources
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· 代码 · 共 75 行
TXT
75 行
!IF 0
Copyright (c) 1995 Microsoft Corporation
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.
!ENDIF
TARGETNAME=hal
TARGETTYPE=LIBRARY
TARGETLIBS=
RELEASETYPE=PLATFORM
SYNCHRONIZE_BLOCK=1
INCLUDES=..\..\inc
# Machine independent defines
!IF "$(PPSH_PROTOCOL_NOTIMEOUT)" == "1"
PPSH_PROTOCOL_NOTIMEOUT=-DPPSH_PROTOCOL_NOTIMEOUT
!ELSE
PPSH_PROTOCOL_NOTIMEOUT=
!ENDIF
CDEFINES=$(CDEFINES) $(NK_DBG_SUB) $(PPSH_PROTOCOL_NOTIMEOUT)
!IFDEF PROFILE
!IF $(PROFILE)
CDEFINES=$(CDEFINES) -DPROFILE
!ENDIF
!ENDIF
!IF "$(DBGNICPOLLED)" == "1"
CDEFINES = $(CDEFINES) -DPOLLED_DEBUG_ETHERNET
!ENDIF
CDEFINES=$(CDEFINES) -DAV_CARD_REVISION=1 -DUSE_IGS_CARD
!IFNDEF IMGNOSHAREETH
CDEFINES = $(CDEFINES) -DIMGSHAREETH
!ENDIF
!IFDEF USEDVCM
CDEFINES=$(CDEFINES) -DHAL_DVCM
!ENDIF
SOURCES= \
cfwaltna.c \
debug.c \
halether.c \
initedbg.c \
intctrl.c \
isapnp.c \
mdppfs.c \
oemwdm.c \
oemioctl.c \
pci.c \
rtc.c
# Machine dependent objects
WINCETARGETFILES = dummy
#xref VIGUID {d7f37697-2689-4a08-a4f2-ddf770abf9bc}
#xref VSGUID {690024df-0f24-4ba6-879c-8e825503043e}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?