mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
14 lines
402 B
YAML
14 lines
402 B
YAML
version: 3
|
|
|
|
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'
|
|
FORMATTER_BIN_RELEASE_DIR: './build/tools'
|
|
EXE_FILE_EXTENSION: ''
|
|
PYTHON: 'python3'
|