Skip to content

Commit 26d5f09

Browse files
committed
update m2ctx flags
1 parent d03eac7 commit 26d5f09

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tools/m2ctx.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@
88

99
script_dir = os.path.dirname(os.path.realpath(__file__))
1010
root_dir = os.path.abspath(os.path.join(script_dir, ".."))
11-
src_dir = root_dir + "src/"
1211

1312
# Project-specific
1413
CPP_FLAGS = [
1514
"-I.",
1615
"-Iinclude",
1716
"-Isrc",
1817
"-Itools/ultralib/include",
18+
"-Itools/ultralib/include/PR",
1919
"-D_LANGUAGE_C",
20+
"-D__sgi",
2021
"-DF3DEX_GBI_2",
2122
"-D_MIPS_SZLONG=32",
22-
"-DSCRIPT(...)={}",
23-
"-D__attribute__(...)=",
24-
"-D__asm__(...)=",
2523
"-ffreestanding",
2624
"-DM2CTX",
2725
]

0 commit comments

Comments
 (0)