sources

来自「ezmon, VC程序」· 代码 · 共 49 行

TXT
49
字号
#****************************************************************
#*
#*	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=ezmon
TARGETTYPE=DRIVER
TARGETPATH=.\LIB
DRIVERTYPE=WDM


INCLUDES=$(BASEDIR)\inc; \
		 $(BASEDIR)\src\usb\inc; \
		 $(BASEDIR)\src\wdm\usb\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= ezmon.rc   \
         zIni.c		\
		 bCreate.c	\
		 cIoctl.c	\
		 dPnp.c		\
		 ePower.c	\
		 ezusbsys.c 

NTTARGETFILES=PostBuildSteps

⌨️ 快捷键说明

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