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.

13 lines
292 B

  1. !if "$(SRCDIR)" == ""
  2. SRCDIR = .^\
  3. !endif
  4. $(SRCDIR)strcspn.c: $(SRCDIR)strspn.c
  5. $(SRCDIR)strpbrk.c: $(SRCDIR)strspn.c
  6. $(SRCDIR)i386\memmove.asm: $(SRCDIR)i386\memcpy.asm
  7. $(SRCDIR)i386\strcspn.asm: $(SRCDIR)i386\strspn.asm
  8. $(SRCDIR)i386\strpbrk.asm: $(SRCDIR)i386\strspn.asm