Add build info to the internal log.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2299 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2011-12-27 00:47:24 +00:00
parent 1ec986d23a
commit d8dd08dfde
1 changed files with 4 additions and 1 deletions

View File

@ -203,7 +203,10 @@ bool OSystem::create()
// Get updated paths for all configuration files
setConfigPaths();
ostringstream buf;
buf << "Base directory: '"
buf << "Stella " << STELLA_VERSION << endl
<< " Features: " << myFeatures << endl
<< " " << myBuildInfo << endl << endl
<< "Base directory: '"
<< FilesystemNode(myBaseDir).getRelativePath() << "'" << endl
<< "Configuration file: '"
<< FilesystemNode(myConfigFile).getRelativePath() << "'" << endl