Source code of Windows XP (NT5)
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.

24 lines
519 B

  1. #
  2. # This file copies the d3d8.rc file from ..\linkdll so we don't need two checked-in copies
  3. #
  4. !INCLUDE $(NTMAKEENV)\makefile.plt
  5. TARGETSRCS0 = \
  6. .\d3d8.rc
  7. all: $(TARGETSRCS0)
  8. clean: all
  9. clean1: cleansrc all
  10. cleansrc:
  11. # Use for loop because command.com's erase doesn't support multiple
  12. # file listings. Separate sources into smaller lists because command.com
  13. # faults. Totally bogus.
  14. -@for %x in ($(TARGETSRCS0)) do erase %x
  15. d3d8.rc : ..\linkdll\d3d8.rc
  16. copy ..\linkdll\d3d8.rc