mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
no-cpp implies no-single-cpp
This commit is contained in:
parent
8079c9951c
commit
0e4fb6c01a
1 changed files with 2 additions and 0 deletions
|
@ -423,6 +423,8 @@ DecodeArgs (int argc, char **argv)
|
||||||
usage (1);
|
usage (1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!cpp_name)
|
||||||
|
options.single_cpp = 0;
|
||||||
if (saw_E && saw_MD) {
|
if (saw_E && saw_MD) {
|
||||||
fprintf (stderr, "%s: cannot use -E and -MD together\n", this_program);
|
fprintf (stderr, "%s: cannot use -E and -MD together\n", this_program);
|
||||||
exit (1);
|
exit (1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue