- proper binary path extraction on all platforms and glest.ini by default can run from search path and will try to find stuff it needs in the real binary path

- fixed error message for untis missing be_built
- fixed mg.ini for html tool and updated perl script
This commit is contained in:
Mark Vejvoda
2011-05-03 11:15:15 +00:00
parent 6d5cd99450
commit cd4ef0eaf7
9 changed files with 60 additions and 9 deletions

View File

@@ -215,7 +215,7 @@ MainWindow::MainWindow( std::pair<string,vector<string> > unitToLoad,
startupSettingsInited(false)
{
this->appPath = appPath;
Properties::setApplicationPath(extractDirectoryPathFromFile(appPath));
Properties::setApplicationPath(executable_path(appPath));
Config &config = Config::getInstance();
//getGlPlatformExtensions();