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

30 lines
538 B
Makefile

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1999-2000
# All Rights Reserved.
#
# Makefile for rt clients directory
#
#############################################################################
!IFDEF WIN95_BUILD
ROOT = ..\..\..
DIR = clients
PROPLIST =
DIRLIST = rtmidi glitch
ALLLIST = $(DIRLIST)
!include $(ROOT)\dev\master.mk
!ELSE
all:
clean:
!ENDIF