![]() |
OpenMake Meister |
/* Determine if the compiler is for C++ */
$Compiler = GetCompiler("COMPILE","CCNDRVR", "CXX");
/* Get Source Dependency */
$Source = GetDep($AllDeps,".cobol");
/* Get Compile Flags */
$CompFlags = GetCompileFlags("COMPILE","IGYCRCTL");
/* Get SYSLIB library concatenation */
$SysLibList = GetVPathDSN($ValidDatasetVPath,".copy .copylib .cpy")