mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-28 06:42:39 +00:00
MENU, CLIENT: streamline to #pragma target fte_5768
This commit is contained in:
parent
7484b40862
commit
1b95e9f54f
3 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
../source/menu/main.qc
|
||||
|
||||
#pragma noref 1
|
||||
#pragma target fte_5768
|
||||
#pragma progs_dat "../build/fte/menu.dat"
|
||||
|
|
|
@ -12,7 +12,7 @@ pr_dumpplatform -O csdefs -Tcs -Ffte
|
|||
#pragma warning error Q208 /*system crc unknown. Compatibility goes out of the window if you disable this.*/
|
||||
#pragma warning enable F301 /*non-utf-8 strings. Think of the foreigners! Also think of text editors that insist on screwing up your char encodings.*/
|
||||
#pragma warning enable F302 /*uninitialised locals. They usually default to 0 in qc (except in recursive functions), but its still probably a bug*/
|
||||
#pragma target FTE
|
||||
#pragma target fte_5768
|
||||
#define FTEDEP DEP
|
||||
#ifndef CSQC
|
||||
#define CSQC
|
||||
|
|
|
@ -21,7 +21,7 @@ Available options:
|
|||
#pragma warning disable F211 /*system crc outdated (eg: dp's csqc)*/
|
||||
#pragma warning enable F301 /*non-utf-8 strings*/
|
||||
#pragma warning enable F302 /*uninitialised locals*/
|
||||
#pragma target FTE_5768
|
||||
#pragma target fte_5768
|
||||
#ifndef MENU
|
||||
#define MENU
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue