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

  1. !ifdef NTMAKEENV
  2. all:
  3. clean:
  4. !else
  5. #############################################################################
  6. #
  7. # Microsoft Confidential
  8. # Copyright (C) Microsoft Corporation 1996
  9. # All Rights Reserved.
  10. #
  11. # Makefile for mini directory
  12. #
  13. #############################################################################
  14. ROOT = ..\..\..
  15. DIR = mini
  16. PROPLIST =
  17. #
  18. # forrestf - bt848 uses MmGetPhysicalAddress(), a non-WDM function, when
  19. # it should be using IoMapTransfer() instead. I want to check in
  20. # a new WDM.H before other folks start to use Bad Functions as well,
  21. # which unfortunately renders bt848 unbuildable until this is fixed.
  22. #
  23. #DIRLIST = testcap usbcamd bt848
  24. DIRLIST = testcap usbcamd
  25. ALLLIST = $(DIRLIST)
  26. !include $(ROOT)\dev\master.mk
  27. !endif