sources

来自「EZ_USB_DRV驱动程序源代码(VC工程文件」· 代码 · 共 45 行

TXT
45
字号
#****************************************************************
#*
#*	File:	Sources
#*
#*	build information file for the WDM build.exe utility
#*
#*	Date:		February 12, 1999
#*	Version:	1.00.00
#*
#*	Notes:
#*   Copyright (c) 1997,1998,1999 Anchor Chips, Inc.  May not be reproduced without
#*   permission.  See the license agreement for more details.
#*
#*	Environment:
#*		WDM Build utility information file
#*
#*	Revision History:
#*
#****************************************************************

TARGETNAME=ezusbdrv
TARGETTYPE=DRIVER
TARGETPATH=.\LIB
DRIVERTYPE=WDM


INCLUDES=$(BASEDIR)\inc; \
		 $(BASEDIR)\src\usb\inc; \
		 $(BASEDIR)\src\wdm\usb\inc; \
          ..\..\inc

C_DEFINES=$(C_DEFINES) /DDRIVER

TARGETLIBS=$(BASEDIR)\lib\*\free\usbd.lib


# to build this driver using the Windows 2000 DDK, uncomment the following line:
# TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib

USE_MAPSYM=1

SOURCES= ezusbsys.rc \
         ezusbsys.c

⌨️ 快捷键说明

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