windows-nt/Source/XPSP1/NT/drivers/wdm/audio/inc/makefile
2020-09-26 16:20:57 +08:00

20 lines
463 B
Makefile

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1991-1999
# All Rights Reserved.
#
# audio\inc makefile
#
# inc.mk contains the rules and dependence list of inc/h files.
#
#############################################################################
ROOT = ..\..\..
IS_32 = TRUE
IS_OEM = TRUE
CLEANLIST = $(AUDIOINCDEP)
TARGETS = $(AUDIOINCDEP)
!include ..\audio.mk