Corrected the libs order in the root makefiles
The calls to ConfigUtility::Load() also received some tweaks, to use '/' instead of '\' for unix compatability. Also removed -llua from graphics makefile.
This commit is contained in:
@@ -49,11 +49,7 @@ void ClientApplication::Init(int argc, char* argv[]) {
|
||||
|
||||
//load the prerequisites
|
||||
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||
#ifdef __unix__
|
||||
config.Load("rsc/config.cfg", argc, argv);
|
||||
#else
|
||||
config.Load("rsc\\config.cfg", argc, argv);
|
||||
#endif
|
||||
|
||||
//-------------------------
|
||||
//Initialize the APIs
|
||||
|
||||
Reference in New Issue
Block a user