Source code of Windows XP (NT5)
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.

22 lines
427 B

  1. TARGETNAME=posusb
  2. TARGETTYPE=DRIVER
  3. DRIVERTYPE=WDM
  4. TARGETPATH=obj
  5. MSC_WARNING_LEVEL=-W3 -WX
  6. TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
  7. USE_MAPSYM=1
  8. SOURCES= escpos.c \
  9. dispatch.c \
  10. pnp.c \
  11. power.c \
  12. usb.c \
  13. comport.c \
  14. ioctl.c \
  15. emulser.c \
  16. read.c \
  17. write.c \
  18. util.c \
  19. debug.c \
  20. posusb.rc