ENH: improve dynamicCode consistency

- refactor and provision for additional code context
This commit is contained in:
Mark Olesen
2021-04-01 10:50:38 +02:00
committed by Andrew Heather
parent 2b7b3700c2
commit cf9063878e
23 changed files with 605 additions and 735 deletions

View File

@ -108,8 +108,8 @@ protected:
// Static Data Members
//- Root of the LIB target for Make/files
static const char* const libTargetRoot;
//- Directory for library targets for Make/files
static const char* const targetLibDir;
//- Top-level directory name for copy/compiling
static const char* const topDirName;