23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
|
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
|