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

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1997
  5. # All Rights Reserved.
  6. #
  7. # Makefile for HIDMINI device
  8. #
  9. ##########################################################################
  10. ROOT = ..\..\..\..\..
  11. MINIPORT = HIDMINI
  12. SRCDIR = ..
  13. WANT_C1032 = TRUE
  14. DEPENDNAME = ..\depend.mk
  15. VERDIRLIST = maxdebug debug retail
  16. LIBSNODEP = $(ROOT)\wdm\ddk\LIB\i386\hidclass.lib $(ROOT)\wdm\ddk\lib\i386\usbd.lib
  17. LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both
  18. RESNAME = hidmini
  19. OBJS = hidmini.obj pnp.obj ioctl.obj hid.obj
  20. !if "$(VERDIR)"=="retail"
  21. CFLAGS = $(CFLAGS) -Ox
  22. !endif
  23. !include ..\..\..\..\..\dev\master.mk
  24. INCLUDE = $(SRCDIR);$(SRCDIR)\..\..\..\usb\inc;$(SRCDIR)\..\..\inc;$(INCLUDE)