mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-11 05:29:08 -05:00
6 lines
350 B
Meson
6 lines
350 B
Meson
make_pl_poke_icon_py = find_program('make_pl_poke_icon.py', native: true)
|
|
make_pl_pokegra_py = find_program('make_pl_pokegra.py', native: true)
|
|
make_pl_otherpoke_py = find_program('make_pl_otherpoke.py', native: true)
|
|
make_height_py = find_program('make_height.py', native: true)
|
|
make_script_bin_sh = find_program('make_script_bin.sh', native: true)
|