Use Encounter naix.h File

This commit is contained in:
James Petersen 2025-08-18 19:06:28 -03:00
parent 584a6a96d1
commit 7807db0786
No known key found for this signature in database
GPG Key ID: DB189AD16795BCCB
2 changed files with 602 additions and 595 deletions

File diff suppressed because it is too large Load Diff

View File

@ -193,7 +193,10 @@ pl_enc_data_srcs = files(
pl_enc_data_order = files('encounters.order')
pl_enc_tbl_narc = custom_target('pl_enc_data.narc',
output: 'pl_enc_data.narc',
output: [
'pl_enc_data.narc',
'pl_enc_data.naix.h',
],
input: [
enc_bin_gen.process(pl_enc_data_srcs, env: json2bin_env),
pl_enc_data_order
@ -201,8 +204,9 @@ pl_enc_tbl_narc = custom_target('pl_enc_data.narc',
depends: [ py_consts_generators ],
command: [
narc_exe, 'create',
'--naix',
'--order', pl_enc_data_order,
'--output', '@OUTPUT@',
'--output', '@OUTPUT0@',
'@PRIVATE_DIR@',
]
)