| 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 |
| r31884 | r31885 | |
|---|---|---|
| 7 | 7 | Feel free to customize this file to suit your needs |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | #import " | |
| 10 | #import "sdlinc.h" | |
| 11 | 11 | #import "SDLMain_tmpl.h" |
| 12 | 12 | #import <sys/param.h> /* for MAXPATHLEN */ |
| 13 | 13 | #import <unistd.h> |
| r31884 | r31885 | |
|---|---|---|
| 272 | 272 | endif |
| 273 | 273 | |
| 274 | 274 | SYNC_IMPLEMENTATION = ntc |
| 275 | ||
| 276 | # SDLMain_tmpl isn't necessary for SDL2 | |
| 277 | ifneq ($(SDL_LIBVER),sdl2) | |
| 275 | 278 | SDLMAIN = $(SDLOBJ)/SDLMain_tmpl.o |
| 276 | 279 | SDLUTILMAIN = $(SDLOBJ)/SDLMain_tmpl.o |
| 280 | endif | |
| 281 | ||
| 277 | 282 | SDL_NETWORK = pcap |
| 278 | 283 | MAINLDFLAGS = -Xlinker -all_load |
| 279 | 284 | NO_X11 = 1 |
| Previous | 199869 Revisions | Next |