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.

19 lines
386 B

  1. #
  2. # This file is designed to be included from 1 level below
  3. #
  4. .SUFFIXES: .ba0 .bat .in0 .ini
  5. {}.in0{$O)\}.ini:
  6. $(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
  7. $(BINPLACE_CMD)
  8. {..\}.in0{$(O)\}.ini:
  9. $(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
  10. $(BINPLACE_CMD)
  11. {}.ba0{$(O)\}.bat:
  12. {..\}.ba0{$(O)\}.bat:
  13. $(C_COMPILER_NAME) /EP /X $(MAKEDIR)\$< > $@
  14. $(BINPLACE_CMD)