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.

21 lines
613 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. # AUDIO project makefile include
  8. #
  9. #############################################################################
  10. INCFILE2 = $(ROOT)\wdm\audio\inc\inc.mk
  11. INCFLAGS = $(INCFLAGS) -C=ver
  12. # Include master makefile
  13. !include $(ROOT)\wdm\wdm.mk
  14. # Add the dos local include/lib directories
  15. INCLUDE = $(ROOT)\wdm\audio\inc;$(INCLUDE)
  16. LIB = $(ROOT)\wdm\audio\lib;$(LIB)
  17.