IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
47 stars 20 forks source link

Fix/tgtccsid assignment #297

Closed edmundreinhardt closed 7 months ago

edmundreinhardt commented 7 months ago

TGTCCSID was not being initialized for all object types Need to use = assignment rather than := assignment to delay the resolving of the directory until the object being built

Also BNDC OPTION, DBGVIEW and INCDIR did not have specific defaults settable for them.