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.

15 lines
248 B

  1. TARGETNAME=genusb
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. INCLUDES= ..\inc
  5. TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
  6. SOURCES=genusb.rc \
  7. usb.c \
  8. dbg.c \
  9. genusb.c \
  10. devioctl.c \
  11. ocrw.c