sources

来自「WinCE5.0BSP for Renesas SH7770」· 代码 · 共 52 行

TXT
52
字号
#
#   Copyright(C) Renesas Technology Corp. 2005. All rights reserved.
#
#   PCCARD Driver for ITS-DS7
#
#   FILE      : sources
#   CREATED   : 2005.05.10
#   MODIFIED  : 
#   AUTHOR    : Renesas Technology Corp.
#   HARDWARE  : RENESAS ITS-DS7
#   HISTORY   : 
#               2005.05.10
#               - Created release code.
#                  (based on SMSC100FD NETCARD driver for PUBLIC for WCE 5.0)
!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 "$(BSP_NIC_SMSC111)" != "1"
SKIPBUILD=1
!endif

TARGETNAME=celan
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
TARGETDEFNAME=$(TARGETNAME)
DEFFILE=$(TARGETDEFNAME).def
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(DEFFILE)

CDEFINES=$(CDEFINES) -DNDIS_MINIPORT_DRIVER

DLLENTRY=DllEntry


SOURCES= Smsc111.c

TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
           $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\ndis.lib \
           $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\ntcompat.lib \
           $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib


#xref VIGUID {1739f6be-e45b-4350-b8ab-6f936aa30a0b}
#xref VSGUID {925eb5d0-39df-48f9-9cff-ef39aefeb960}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?