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.
 
 
 
 
 
 

22 lines
634 B

#############################################################################
#
# 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)