windows-nt/Source/XPSP1/NT/drivers/wdm/rt/makefile

29 lines
520 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1999-2000
# All Rights Reserved.
#
# Makefile for rt directory
#
#############################################################################
!IFDEF WIN95_BUILD
ROOT = ..\..
DIR = rt
PROPLIST =
DIRLIST = exec clients
ALLLIST = $(DIRLIST)
!include $(ROOT)\dev\master.mk
!ELSE
all:
clean:
!ENDIF