windows-nt/Source/XPSP1/NT/drivers/wdm/audio/inc/makefile

20 lines
463 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
#############################################################################
#
# 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