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
274 B

  1. TARGETNAME=usbstor
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. INCLUDES= $(BASEDIR)\private\ntos\dd\storage\inc
  5. TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
  6. SOURCES=usbmass.rc \
  7. usbmass.c \
  8. scsi.c \
  9. ocrw.c \
  10. dbg.c
  11. USE_MAPSYM = 1