Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

os.path.join joins 'src' and '*.cxx' together in the correct way ie \ for windows and / for linux
glob.glob then takes the src/*.cxx and gets a list of files that match that pattern
I have added a listFiles() function that'll list the files in the "virtual" environment that SCons creates.

Environment variables

...

Wiki Markup
Our use of environment variables set by CMT needs to be removed. All use of \[PACKAGENAME\]ROOT environment variables is being removed in favor of using commonUtilities functions such as getDataPath(). Some other variables are, however, being used in parts of the code. These need to be addressed separately.

...