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.

31 lines
614 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (c) 1991-2000 Microsoft Corporation
  5. # All Rights Reserved.
  6. #
  7. # Makefile for wdm\audio\backpln directory
  8. #
  9. #############################################################################
  10. ## Define WIN95_BUILD to build in the memphis
  11. ## build enviroment
  12. !IFDEF WIN95_BUILD
  13. ROOT = ..\..\..
  14. DIR = backpln
  15. DIRLIST = stdunk adapters portcls
  16. ALLLIST = $(DIRLIST)
  17. !include $(ROOT)\dev\master.mk
  18. ## NT BUILD ENVIROMENT
  19. !ELSE
  20. all:
  21. clean:
  22. !ENDIF