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.

27 lines
776 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991 - 1999
  5. # All Rights Reserved.
  6. #
  7. # inc.mk
  8. #
  9. # audio\inc include file dependency file
  10. #
  11. # This file is include globally in the audio project via the audio.mk
  12. # file, but before the master.mk is include so none of the variables
  13. # it defines can be used.
  14. #
  15. #############################################################################
  16. AUDIOINCDIR = $(WDMROOT)\audio\inc
  17. AUDIOINCDEP = \
  18. $(AUDIOINCDIR)\wdmvxd.inc \
  19. $(AUDIOINCDIR)\midi.inc
  20. INCDEP = $(INCDEP) $(AUDIOINCDEP)
  21. $(AUDIOINCDIR)\wdmvxd.inc: $(AUDIOINCDIR)\wdmvxd.h
  22. $(AUDIOINCDIR)\midi.inc: $(AUDIOINCDIR)\midi.h