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.

25 lines
625 B

  1. !if 0
  2. these three rules allow a file in a directory names "..\daytona" to compile
  3. as tho it were in the current directory
  4. !endif
  5. {..\daytona\}.c{obj\$(TARGET_DIRECTORY)\}.obj:
  6. @type <<$(ECHO_RSP)
  7. $(ECHO_MSG)
  8. <<NOKEEP
  9. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo$(MAKEDIR)\$@ $(USECXX_FLAG) $(MAKEDIR)\..\daytona\$(<F)
  10. $(C_COMPILER_FLAGS: =
  11. )
  12. <<NOKEEP
  13. {..\daytona\}.c{}.cod:
  14. $(C_COMPILER_NAME) @<<$(CLCOD_RSP) /Fc $(USECXX_FLAG) $(MAKEDIR)\..\daytona\$(<F)
  15. $(C_COMPILER_FLAGS: =
  16. )
  17. <<NOKEEP
  18. {..\daytona\}.c{}.pp:
  19. $(C_COMPILER_NAME) @<<$(CL_RSP) /E $(USECXX_FLAG) $(MAKEDIR)\$< > $@
  20. $(C_COMPILER_FLAGS: =
  21. )
  22. <<NOKEEP
  23.