mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Add a couple symbols to qfcc's preprocessor lines
This commit is contained in:
parent
9f6dcec9dd
commit
8c2d3f65c3
1 changed files with 3 additions and 1 deletions
|
@ -716,8 +716,10 @@ DecodeArgs (int argc, char **argv)
|
|||
#ifdef USE_CPP
|
||||
for (c = 0; c < CPP_MAX_ARGS; cpp_argv[c++] = NULL); // clear the args
|
||||
cpp_argv[cpp_argc++] = "cpp";
|
||||
cpp_argv[cpp_argc++] = "-D__QUAKEC__=1";
|
||||
cpp_argv[cpp_argc++] = "-D__QFCC__=1";
|
||||
cpp_argv[cpp_argc++] = "-D__QUAKEC__=1";
|
||||
cpp_argv[cpp_argc++] = "-D__RUAMOKO__=1";
|
||||
cpp_argv[cpp_argc++] = "-D__RAUMOKO__=1";
|
||||
#endif
|
||||
|
||||
options.code.cpp = true;
|
||||
|
|
Loading…
Reference in a new issue