Mercurial > sdl-ios-xcode
comparison configure.in @ 191:c151cfc43c07
Changed SDLMain to SDL_main for MacOS X stuff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 20:42:00 +0000 |
parents | 34d316d5e744 |
children | ba9e0fcc2ae2 |
comparison
equal
deleted
inserted
replaced
190:e4af2c852c09 | 191:c151cfc43c07 |
---|---|
1377 if test x$enable_cdrom = xyes; then | 1377 if test x$enable_cdrom = xyes; then |
1378 CDROM_SUBDIRS="$CDROM_SUBDIRS bsdi" | 1378 CDROM_SUBDIRS="$CDROM_SUBDIRS bsdi" |
1379 CDROM_DRIVERS="$CDROM_DRIVERS bsdi/libcdrom_bsdi.la" | 1379 CDROM_DRIVERS="$CDROM_DRIVERS bsdi/libcdrom_bsdi.la" |
1380 fi | 1380 fi |
1381 # Set up files for the thread library | 1381 # Set up files for the thread library |
1382 SDL_LIBS="$SDL_LIBS -lsem" | |
1383 if test x$enable_threads = xyes; then | 1382 if test x$enable_threads = xyes; then |
1384 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) | 1383 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) |
1385 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) | 1384 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) |
1386 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c) | 1385 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c) |
1387 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h) | 1386 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h) |
1388 COPY_ARCH_SRC(src/thread, linux, SDL_syssem.c) | 1387 COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c) |
1389 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) | 1388 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) |
1390 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c) | 1389 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c) |
1391 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h) | 1390 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h) |
1392 fi | 1391 fi |
1393 # Set up files for the timer library | 1392 # Set up files for the timer library |
2072 CheckDiskAudio | 2071 CheckDiskAudio |
2073 CheckQUARTZ | 2072 CheckQUARTZ |
2074 CheckMacGL | 2073 CheckMacGL |
2075 CheckPTHREAD | 2074 CheckPTHREAD |
2076 # Set up files for the main() stub | 2075 # Set up files for the main() stub |
2077 COPY_ARCH_SRC(src/main, macosx, SDLmain.m) | 2076 COPY_ARCH_SRC(src/main, macosx, SDL_main.m) |
2078 COPY_ARCH_SRC(src/main, macosx, SDLmain.h) | 2077 COPY_ARCH_SRC(src/main, macosx, SDL_main.h) |
2079 # Set up files for the audio library | 2078 # Set up files for the audio library |
2080 if test x$enable_audio = xyes; then | 2079 if test x$enable_audio = xyes; then |
2081 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" | 2080 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" |
2082 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" | 2081 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" |
2083 fi | 2082 fi |