| Previous | 199869 Revisions | Next |
| r36431 Sunday 15th March, 2015 at 11:57:16 UTC by Vasantha Crabb |
|---|
| OS/2 patches for SDLMAME 0.159 [KO Muyng-Hun] |
| [/trunk] | makefile |
| [3rdparty/mongoose] | mongoose.c |
| [src/osd/sdl] | sdl.mak |
| r244942 | r244943 | |
|---|---|---|
| 63 | 63 | #pragma warning (disable : 4204) // missing c99 support |
| 64 | 64 | #endif |
| 65 | 65 | |
| 66 | #ifdef __OS2__ | |
| 67 | #define _MMAP_DECLARED // Prevent dummy mmap() declaration in stdio.h | |
| 68 | #endif | |
| 69 | ||
| 66 | 70 | #include <sys/types.h> |
| 67 | 71 | #include <sys/stat.h> |
| 68 | 72 | #include <assert.h> |
| r244942 | r244943 | |
|---|---|---|
| 483 | 483 | DEFS += -DMAME_PROFILER |
| 484 | 484 | endif |
| 485 | 485 | |
| 486 | # dine USE_NETWORK if networking is enabled (not OS/2 and hasn't been disabled) | |
| 487 | ifneq ($(TARGETOS),os2) | |
| 486 | # define USE_NETWORK if networking is enabled (hasn't been disabled) | |
| 488 | 487 | ifndef DONT_USE_NETWORK |
| 489 | 488 | DEFS += -DUSE_NETWORK |
| 490 | 489 | endif |
| 491 | endif | |
| 492 | 490 | |
| 493 | 491 | # need to ensure FLAC functions are statically linked |
| 494 | 492 | ifeq ($(BUILD_FLAC),1) |
| r244942 | r244943 | |
|---|---|---|
| 753 | 753 | |
| 754 | 754 | INCPATH += $(SDLCFLAGS) |
| 755 | 755 | LIBS += $(SDLLIBS) -lpthread |
| 756 | BASELIBS += | |
| 756 | BASELIBS += $(SDLLIBS) -lpthread | |
| 757 | 757 | |
| 758 | 758 | endif # OS2 |
| 759 | 759 |
| https://github.com/mamedev/mame/commit/af7b120d8239d1d165d3bba64ed939965088ba5f |
| Previous | 199869 Revisions | Next |