#
# This file copies the d3d8.rc file from ..\linkdll so we don't need two checked-in copies
#

!INCLUDE $(NTMAKEENV)\makefile.plt

TARGETSRCS0 =                \
        .\d3d8.rc

all: $(TARGETSRCS0)

clean: all

clean1: cleansrc all

cleansrc:
# Use for loop because command.com's erase doesn't support multiple
# file listings.  Separate sources into smaller lists because command.com
# faults.  Totally bogus.
    -@for %x in ($(TARGETSRCS0)) do erase %x


d3d8.rc : ..\linkdll\d3d8.rc
    copy ..\linkdll\d3d8.rc