We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03eac7 commit 26d5f09Copy full SHA for 26d5f09
1 file changed
tools/m2ctx.py
@@ -8,20 +8,18 @@
8
9
script_dir = os.path.dirname(os.path.realpath(__file__))
10
root_dir = os.path.abspath(os.path.join(script_dir, ".."))
11
-src_dir = root_dir + "src/"
12
13
# Project-specific
14
CPP_FLAGS = [
15
"-I.",
16
"-Iinclude",
17
"-Isrc",
18
"-Itools/ultralib/include",
+ "-Itools/ultralib/include/PR",
19
"-D_LANGUAGE_C",
20
+ "-D__sgi",
21
"-DF3DEX_GBI_2",
22
"-D_MIPS_SZLONG=32",
- "-DSCRIPT(...)={}",
23
- "-D__attribute__(...)=",
24
- "-D__asm__(...)=",
25
"-ffreestanding",
26
"-DM2CTX",
27
]
0 commit comments