mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
332f0b2f2b
Just a small simple tool that can search through `all-types` for a type based on a bunch of criteria. For example:  The results are printed to stdout, as well as output to a json file so they can be consumed by another tool (in my plans, the VSCode extension)
12 lines
342 B
YAML
12 lines
342 B
YAML
version: "3.13"
|
|
|
|
vars:
|
|
GOALC_BIN_RELEASE_DIR: './build/goalc'
|
|
GK_BIN_RELEASE_DIR: './build/game'
|
|
DECOMP_BIN_RELEASE_DIR: './build/decompiler'
|
|
MEMDUMP_BIN_RELEASE_DIR: './build/tools'
|
|
TYPESEARCH_BIN_RELEASE_DIR: './build/tools'
|
|
OFFLINETEST_BIN_RELEASE_DIR: './build'
|
|
GOALCTEST_BIN_RELEASE_DIR: './build'
|
|
EXE_FILE_EXTENSION: ''
|