WindowsXP/drivers/wdm/rt/makefile
2025-04-27 07:49:33 -04:00

29 lines
548 B
Makefile

#############################################################################
#
# 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