mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +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);
|
||||
}
|
||||
}
|
||||
if (!cpp_name)
|
||||
options.single_cpp = 0;
|
||||
if (saw_E && saw_MD) {
|
||||
fprintf (stderr, "%s: cannot use -E and -MD together\n", this_program);
|
||||
exit (1);
|
||||
|
|
Loading…
Reference in a new issue