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.
31 lines
614 B
31 lines
614 B
#############################################################################
|
|
#
|
|
# 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
|
|
|