-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSources
44 lines (35 loc) · 1005 Bytes
/
Sources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#****************************************************************
#*
#* 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=ezusb
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
#SOURCES = ezusbsys.c