Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# # 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
|