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.
23 lines
427 B
23 lines
427 B
TARGETNAME=posusb
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
TARGETPATH=obj
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
|
|
USE_MAPSYM=1
|
|
|
|
SOURCES= escpos.c \
|
|
dispatch.c \
|
|
pnp.c \
|
|
power.c \
|
|
usb.c \
|
|
comport.c \
|
|
ioctl.c \
|
|
emulser.c \
|
|
read.c \
|
|
write.c \
|
|
util.c \
|
|
debug.c \
|
|
posusb.rc
|