Skip to content
  • Brad King's avatar
    Add OBJECT_FILE_DIR rule placeholder for compilation lines · 8256ccb7
    Brad King authored
    Some compilers do not offer an option to specify the path to the object
    file, but rather only to the directory in which to place the object
    file.  See issue 14876 for some examples.  Add a new OBJECT_FILE_DIR
    placeholder to specify the directory containing the object file for the
    current compilation.  This may differ from the main target OBJECT_DIR
    when the object corresponds to a source in a subdirectory.
    8256ccb7