| Previous | 199869 Revisions | Next |
| r36764 Sunday 29th March, 2015 at 12:29:06 UTC by Miodrag Milanović |
|---|
| made bgfx compile on more platforms (nw) |
| [scripts/src] | 3rdparty.lua |
| [src/osd/modules/render] | drawbgfx.c |
| r245275 | r245276 | |
|---|---|---|
| 469 | 469 | MAME_DIR .. "3rdparty/bx/include/compat/osx", |
| 470 | 470 | } |
| 471 | 471 | |
| 472 | configuration { "gmake" } | |
| 473 | buildoptions { | |
| 474 | "-Wno-uninitialized", | |
| 475 | } | |
| 476 | ||
| 472 | 477 | configuration { } |
| 473 | 478 | |
| 474 | 479 | defines { |
| r245275 | r245276 | |
|---|---|---|
| 5 | 5 | // drawbgfx.c - BGFX drawer |
| 6 | 6 | // |
| 7 | 7 | //============================================================ |
| 8 | #define __STDC_LIMIT_MACROS | |
| 9 | #define __STDC_FORMAT_MACROS | |
| 10 | #define __STDC_CONSTANT_MACROS | |
| 8 | 11 | |
| 9 | 12 | #if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) |
| 10 | 13 | // standard windows headers |
| 11 | #define __STDC_LIMIT_MACROS | |
| 12 | #define __STDC_FORMAT_MACROS | |
| 13 | #define __STDC_CONSTANT_MACROS | |
| 14 | 14 | #define WIN32_LEAN_AND_MEAN |
| 15 | 15 | #include <windows.h> |
| 16 | 16 | #else |
| https://github.com/mamedev/mame/commit/72d5222016197dbf1f43aa18da5182ceeb8b97af |
| Previous | 199869 Revisions | Next |