Previous 199869 Revisions Next

r31885 Wednesday 3rd September, 2014 at 01:58:02 UTC by R. Belmont
SDL: more OS X fixes for SDL2. (nw)
[src/osd/sdl]SDLMain_tmpl.m sdl.mak

trunk/src/osd/sdl/SDLMain_tmpl.m
r31884r31885
77    Feel free to customize this file to suit your needs
88*/
99
10#import "SDL/SDL.h"
10#import "sdlinc.h"
1111#import "SDLMain_tmpl.h"
1212#import <sys/param.h> /* for MAXPATHLEN */
1313#import <unistd.h>
trunk/src/osd/sdl/sdl.mak
r31884r31885
272272endif
273273
274274SYNC_IMPLEMENTATION = ntc
275
276# SDLMain_tmpl isn't necessary for SDL2
277ifneq ($(SDL_LIBVER),sdl2)
275278SDLMAIN = $(SDLOBJ)/SDLMain_tmpl.o
276279SDLUTILMAIN = $(SDLOBJ)/SDLMain_tmpl.o
280endif
281
277282SDL_NETWORK = pcap
278283MAINLDFLAGS = -Xlinker -all_load
279284NO_X11 = 1

Previous 199869 Revisions Next


© 1997-2024 The MAME Team