2025-04-27 07:49:33 -04:00

32 lines
614 B
Makefile

#############################################################################
#
# Microsoft Confidential
# Copyright (c) 1991-2000 Microsoft Corporation
# All Rights Reserved.
#
# Makefile for wdm\audio\backpln directory
#
#############################################################################
## Define WIN95_BUILD to build in the memphis
## build enviroment
!IFDEF WIN95_BUILD
ROOT = ..\..\..
DIR = backpln
DIRLIST = stdunk adapters portcls
ALLLIST = $(DIRLIST)
!include $(ROOT)\dev\master.mk
## NT BUILD ENVIROMENT
!ELSE
all:
clean:
!ENDIF