Windows2003-3790/drivers/wdm/audio/audio.mk
2020-09-30 16:53:55 +02:00

22 lines
634 B
Makefile
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991
# All Rights Reserved.
#
# AUDIO project makefile include
#
#############################################################################
INCFILE2 = $(ROOT)\wdm\audio\inc\inc.mk
INCFLAGS = $(INCFLAGS) -C=ver
# Include master makefile
!include $(ROOT)\wdm\wdm.mk
# Add the dos local include/lib directories
INCLUDE = $(ROOT)\wdm\audio\inc;$(INCLUDE)
LIB = $(ROOT)\wdm\audio\lib;$(LIB)