- 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

@@ -209,6 +209,7 @@ inline string trim (const string & s, const string & t = SPACES) {
string getFullFileArchiveExtractCommand(string fileArchiveExtractCommand,
string fileArchiveExtractCommandParameters, string outputpath, string archivename);
bool executeShellCommand(string cmd,int expectedResult=IGNORE_CMD_RESULT_VALUE);
string executable_path(string exeName);
class ValueCheckerVault {