mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
default options.outputfile to "progs.dat" if not specified when linking
This commit is contained in:
parent
5ea3042eec
commit
2c94688e87
1 changed files with 2 additions and 0 deletions
|
@ -549,6 +549,8 @@ separate_compile (void)
|
||||||
}
|
}
|
||||||
qfo = linker_finish ();
|
qfo = linker_finish ();
|
||||||
if (qfo) {
|
if (qfo) {
|
||||||
|
if (!options.output_file)
|
||||||
|
options.output_file = "progs.dat";
|
||||||
if (options.partial_link) {
|
if (options.partial_link) {
|
||||||
qfo_write (qfo, options.output_file);
|
qfo_write (qfo, options.output_file);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue