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.

32 lines
648 B

  1. TARGETNAME = usbutil
  2. TARGETTYPE = DRIVER_LIBRARY
  3. TARGETPATH = lib
  4. !if $(386)
  5. MSC_WARNING_LEVEL = -W3 -WX
  6. !else
  7. MSC_WARNING_LEVEL = -W3 -WX
  8. !endif
  9. C_DEFINES = -DDRIVER -DPOOL_TAGGING
  10. INCLUDES = ..\inc
  11. TARGETLIBS = $(DDK_LIB_PATH)\usbutil.lib
  12. PRECOMPILED_INCLUDE = pch.h
  13. PRECOMPILED_PCH = pch.pch
  14. PRECOMPILED_OBJ = pch.obj
  15. SOURCES = intread.c \
  16. usbutil.rc \
  17. usbutil.c \
  18. t.c