windows-nt/Source/XPSP1/NT/multimedia/directx/dxg/d3d8/linklib/makefil0

25 lines
519 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# 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