mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 05:47:40 +00:00
Match and link synthmacros, update musyx
This commit is contained in:
1
tools/decompctx.py
Normal file → Executable file
1
tools/decompctx.py
Normal file → Executable file
@@ -20,6 +20,7 @@ src_dir = os.path.join(root_dir, "src")
|
||||
include_dirs = [
|
||||
os.path.join(root_dir, "include"),
|
||||
os.path.join(root_dir, "libc"),
|
||||
os.path.join(root_dir, "extern/musyx/include")
|
||||
]
|
||||
|
||||
include_pattern = re.compile(r'^#include\s*[<"](.+?)[>"]$')
|
||||
|
||||
Reference in New Issue
Block a user