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.

29 lines
857 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # Makefile for I82930 device driver
  8. #
  9. ##########################################################################
  10. ROOT = ..\..\..\..\..\..
  11. MINIPORT = I82930
  12. SRCDIR = ..
  13. WANT_C1132 = TRUE
  14. WANT_WDMDDK = TRUE
  15. DEPENDNAME = ..\depend.mk
  16. DESCRIPTION = I82930 USB Test Driver
  17. VERDIRLIST = maxdebug debug retail
  18. LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both
  19. LIBSNODEP = $(WDMROOT)\DDK\LIB\i386\usbd.lib
  20. OBJS = i82930.obj \
  21. ioctl.obj \
  22. ocrw.obj \
  23. dbg.obj
  24. !include $(ROOT)\dev\master.mk
  25. INCLUDE = $(SRCDIR);$(SRCDIR)\..;$(INCLUDE)