PIKT Binary File Paths
In this files_pikt_bin_macros.cfg file, we specify file paths for the PIKT binaries. We can then, for example, invoke "=piktc" throughout the rest of the PIKT configuration without having to indicate the piktc program's directory location. If we ever have need to change the piktc program's location (or indeed the location of any of the other PIKT binary files), we would simply have to edit this one file (or more likely change the =bindir macro specification in the parent macros.cfg file), not be forced to make changes in the potentially dozens of other files where piktc might be referenced. This file is #include'd by the files_pikt_macros.cfg file.
/////////////////////////////////////////////////////////////////////////////// // // files_pikt_bin_macros.cfg // /////////////////////////////////////////////////////////////////////////////// // // this include file is standard; there is no need to edit it // /////////////////////////////////////////////////////////////////////////////// #if piktmaster piktc =bindir/piktc pikts =bindir/pikts piktf =bindir/piktf rkey =bindir/rkey #endif piktc_svc =bindir/piktc_svc pikt =bindir/pikt piktd =bindir/piktd piktx =bindir/piktx pikth =bindir/pikth ///////////////////////////////////////////////////////////////////////////////
For more examples, see Samples.