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

trunk/3rdparty/mongoose/mongoose.c
r244942r244943
6363#pragma warning (disable : 4204)  // missing c99 support
6464#endif
6565
66#ifdef __OS2__
67#define _MMAP_DECLARED          // Prevent dummy mmap() declaration in stdio.h
68#endif
69
6670#include <sys/types.h>
6771#include <sys/stat.h>
6872#include <assert.h>
trunk/makefile
r244942r244943
483483DEFS += -DMAME_PROFILER
484484endif
485485
486# dine USE_NETWORK if networking is enabled (not OS/2 and hasn't been disabled)
487ifneq ($(TARGETOS),os2)
486# define USE_NETWORK if networking is enabled (hasn't been disabled)
488487ifndef DONT_USE_NETWORK
489488DEFS += -DUSE_NETWORK
490489endif
491endif
492490
493491# need to ensure FLAC functions are statically linked
494492ifeq ($(BUILD_FLAC),1)
trunk/src/osd/sdl/sdl.mak
r244942r244943
753753
754754INCPATH += $(SDLCFLAGS)
755755LIBS += $(SDLLIBS) -lpthread
756BASELIBS += += $(SDLLIBS) -lpthread
756BASELIBS += $(SDLLIBS) -lpthread
757757
758758endif # OS2
759759


Previous 199869 Revisions Next


© 1997-2024 The MAME Team