NSIS is only used on Windows.
This commit is contained in:
@@ -1115,10 +1115,15 @@ int main(int argc, char* argv[])
|
||||
NSMAN->DisplayStartupStatus(); // If we're using networking show what happened
|
||||
|
||||
/* Run the main loop. */
|
||||
#if defined(WIN32)
|
||||
if( GetCommandlineArgument("ExportNsisStrings") )
|
||||
// XXX Nullsoft Scriptable Installation System?
|
||||
ExportNsisStrings::Do();
|
||||
else
|
||||
GameLoop::RunGameLoop();
|
||||
#else
|
||||
GameLoop::RunGameLoop();
|
||||
#endif
|
||||
|
||||
/* If we ended mid-game, finish up. */
|
||||
GAMESTATE->EndGame();
|
||||
|
||||
Reference in New Issue
Block a user