Leaked source code of windows server 2003
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
463 B

  1. TARGETNAME = USBSER
  2. TARGETTYPE = DRIVER
  3. TARGETPATH = obj
  4. MSC_WARNING_LEVEL=-W3 -WX
  5. C_DEFINES = -DDRIVER -DPOOL_TAGGING -DWMI_SUPPORT
  6. INCLUDES = ..\..\inc
  7. TARGETLIBS = $(DDK_LIB_PATH)\usbd.lib
  8. USE_MAPSYM = 1
  9. SOURCES = usbser.c \
  10. serioctl.c \
  11. usbserpw.c \
  12. utils.c \
  13. debugwdm.c \
  14. usbser.rc \
  15. write.c \
  16. read.c