| Previous | 199869 Revisions | Next |
| r36869 Wednesday 1st April, 2015 at 08:27:34 UTC by Miodrag Milanović |
|---|
| MSVC build fix (nw) |
| [scripts/src/osd] | windows.lua |
| [src/osd/modules/opengl] | osd_opengl.h |
| r245380 | r245381 | |
|---|---|---|
| 4 | 4 | function maintargetosdoptions(_target) |
| 5 | 5 | osdmodulestargetconf() |
| 6 | 6 | |
| 7 | linkoptions { | |
| 8 | "-municode", | |
| 9 | } | |
| 7 | configuration { "mingw*" } | |
| 8 | linkoptions { | |
| 9 | "-municode", | |
| 10 | } | |
| 10 | 11 | |
| 12 | configuration { } | |
| 13 | ||
| 11 | 14 | if _OPTIONS["DIRECTINPUT"] == "8" then |
| 12 | 15 | links { |
| 13 | 16 | "dinput8", |
| r245380 | r245381 | |
|---|---|---|
| 22 | 22 | #else |
| 23 | 23 | #include "GL/gl.h" |
| 24 | 24 | #include "GL/glext.h" |
| 25 | #ifndef USE_DISPATCH_GL | |
| 26 | #include "GL/wglext.h" | |
| 27 | #endif | |
| 25 | 28 | #endif |
| 26 | #ifndef USE_DISPATCH_GL | |
| 27 | #include "GL/wglext.h" | |
| 28 | #endif | |
| 29 | 29 | #else |
| 30 | 30 | #if (SDLMAME_SDL2) |
| 31 | 31 | #include <SDL2/SDL_version.h> |
| https://github.com/mamedev/mame/commit/ec0553414d51263e1759e927a77fde73ac8ccb17 |
| Previous | 199869 Revisions | Next |