mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
692 B
50 lines
692 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=GrClass
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
TARGETPATH=obj
|
|
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\smclib.lib \
|
|
$(DDK_LIB_PATH)\usbd.lib
|
|
|
|
|
|
# add compilation definition
|
|
C_DEFINES=-DWDM_KERNEL -DUSB_DEVICE -DUSBREADER_PROJECT
|
|
|
|
INCLUDES=..\inc;
|
|
|
|
USE_MAPSYM = 1
|
|
|
|
MSC_WARNING_LEVEL= /W3 /WX
|
|
|
|
|
|
SOURCES=grclass.rc \
|
|
gemlog.mc \
|
|
driver.cpp\
|
|
gemcore.cpp \
|
|
kernel.cpp \
|
|
LVprot.cpp \
|
|
\
|
|
usbdev.cpp \
|
|
usbreader.cpp \
|
|
\
|
|
interface.cpp \
|
|
iopack.cpp \
|
|
protocol.cpp \
|
|
smartcard.cpp \
|
|
thread.cpp \
|
|
\
|
|
wdmdebug.cpp \
|
|
wdmevent.cpp \
|
|
wdmint.cpp \
|
|
wdmirp.cpp \
|
|
wdmlock.cpp \
|
|
wdmlog.cpp \
|
|
wdmmem.cpp \
|
|
wdmpower.cpp \
|
|
wdmsem.cpp \
|
|
wdmsys.cpp \
|
|
wdmtimer.cpp
|