mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
`secret' .c support so automake's dependency style autodetection works
This is an imperfect revision of history.
This commit is contained in:
parent
96e20d891c
commit
ae456dc3a4
1 changed files with 2 additions and 1 deletions
|
@ -591,7 +591,8 @@ separate_compile (void)
|
|||
}
|
||||
if (strncmp (*file, "-l", 2)
|
||||
&& (!strcmp (extension->str, ".r")
|
||||
|| !strcmp (extension->str, ".qc"))) {
|
||||
|| !strcmp (extension->str, ".qc")
|
||||
|| !strcmp (extension->str, ".c"))) {
|
||||
if (options.verbosity >= 2)
|
||||
printf ("%s %s\n", *file, output_file->str);
|
||||
temp_files[i++] = save_string (output_file->str);
|
||||
|
|
Loading…
Reference in a new issue