mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 09:56:41 +02:00
- lots of updates including:
- cmake system changes (after doing a make you may go: sudo make install to install in standard linux paths) - updates to various pathing in order to more robustly support lhs *WARNING, Linux dev's should run cmake like the following to avoid pathing issues as the default now is lhs paths: cmake -DCMAKE_INSTALL_PREFIX= .. (notice the SPACE before the ..)
This commit is contained in:
@@ -2721,10 +2721,11 @@ int glestMainWrapper(int argc, char** argv) {
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
application_binary= executable_path(argv[0],true);
|
||||
#ifdef WIN32_STACK_TRACE
|
||||
__try {
|
||||
#endif
|
||||
application_binary= executable_path(argv[0],true);
|
||||
//application_binary= executable_path(argv[0],true);
|
||||
//printf("\n\nargv0 [%s] application_binary [%s]\n\n",argv[0],application_binary.c_str());
|
||||
|
||||
#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__FreeBSD__) && !defined(BSD)
|
||||
|
Reference in New Issue
Block a user