| |||
| Home > Assembler command line options > Assembler command line options > --depend_format=string | |||
This option changes the format of output dependency files to UNIX-style format, for compatibility with some UNIX make programs.
The value of can
be one of:string
unixGenerates dependency files with UNIX-style path separators.
unix_escapedIs the same as unix, but escapes
spaces with backslash.
unix_quotedIs the same as unix, but surrounds
path names with double quotes.