Source code of Windows XP (NT5)
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
914 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Makefile for USBD device
  8. #
  9. ##########################################################################
  10. ROOT = ..\..\..\..\..
  11. WDMLIB = $(WDMROOT)\ddk\lib\i386
  12. MINIPORT = USBDIAG
  13. SRCDIR = ..
  14. WANT_C1032 = TRUE
  15. WANT_WDMDDK = TRUE
  16. DEPENDNAME = ..\depend.mk
  17. DESCRIPTION = MINI NT USB Driver
  18. VERDIRLIST = maxdebug debug retail
  19. LIBSNODEP = $(WDMLIB)\hidparse.lib $(WDMLIB)\usbd.lib
  20. LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both
  21. OBJS = usbdiag.obj \
  22. ioctl.obj \
  23. chap9drv.obj
  24. !include ..\..\..\..\..\dev\master.mk
  25. CFLAGS = $(CFLAGS) -DOSR21_COMPAT
  26. INCLUDE = $(SRCDIR);$(SRCDIR)\..\..\inc;$(INCLUDE)