mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- 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:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user