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.

35 lines
585 B

  1. !IF 0
  2. USBPRINT
  3. Copyright (c) 1989 Microsoft Corporation
  4. Module Name:
  5. sources.
  6. !ENDIF
  7. TARGETNAME=usbprint
  8. TARGETTYPE=DRIVER
  9. TARGETPATH=bin\$(_OBJ_DIR)
  10. MCS_WARNING_LEVEL= /W3/WX
  11. !IFDEF _MILVER
  12. C_DEFINE=$(C_DEFINES) -DWIN9xBUILD=1
  13. !ENDIF
  14. INCLUDES=..\inc;
  15. PASS0_PUBLISH={ioctl.h=$(DDK_INC_PATH)\wdm\usbprint.h}
  16. TARGETLIBS= $(SDK_LIB_PATH)\setupapi.lib $(DDK_LIB_PATH)\usbd.lib
  17. SOURCES= usbprint.c \
  18. ioctl.c \
  19. usbprint.rc\
  20. ocrw.c \
  21. deviceid.c
  22. USE_MAPSYM=1
  23. BUFFER_OVERFLOW_CHECKS=1
  24. LINK_LIB_IGNORE=4210