20 lines
463 B
Makefile
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
|