MSVC build fix (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-01 10:27:34 +02:00
parent ab50ffac9d
commit ec0553414d
2 changed files with 9 additions and 6 deletions

View File

@ -4,9 +4,12 @@ dofile("modules.lua")
function maintargetosdoptions(_target)
osdmodulestargetconf()
linkoptions {
"-municode",
}
configuration { "mingw*" }
linkoptions {
"-municode",
}
configuration { }
if _OPTIONS["DIRECTINPUT"] == "8" then
links {

View File

@ -22,9 +22,9 @@
#else
#include "GL/gl.h"
#include "GL/glext.h"
#endif
#ifndef USE_DISPATCH_GL
#include "GL/wglext.h"
#ifndef USE_DISPATCH_GL
#include "GL/wglext.h"
#endif
#endif
#else
#if (SDLMAME_SDL2)