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.

30 lines
1.0 KiB

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1998
  5. # All Rights Reserved.
  6. #
  7. # Makefile for Legacy USB Modem Driver
  8. #
  9. #############################################################################
  10. ROOT = ..\..\..\..\..
  11. MINIPORT = USBSER
  12. SRCDIR = ..
  13. WANT_1132 = TRUE
  14. WANT_WDMDDK = TRUE
  15. DEPENDNAME = ..\depend.mk
  16. DESCRIPTION = USB Modem Driver
  17. VERDIRLIST = maxdebug debug retail
  18. LINK32FLAGS = $(LINK32FLAGS) -PDB:usbser.pdb -debugtype:both
  19. CFLAGS = $(CFLAGS) -DDRIVER -Z7 -DPOOL_TAGGING
  20. #CFLAGS = $(CFLAGS) -DPROFILING_ENABLED
  21. LIBSNODEP = ..\..\..\..\DDK\LIB\i386\usbd.lib
  22. OBJS = usbser.obj usbserpw.obj serioctl.obj write.obj read.obj utils.obj debugwdm.obj
  23. !include $(ROOT)\dev\master.mk
  24. INCLUDE = $(SRCDIR);$(INCLUDE);
  25.