Mercurial > sdl-ios-xcode
comparison configure.in @ 194:ba9e0fcc2ae2
Oops, back out that SDL_main -> SDLMain conversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 21:09:08 +0000 |
parents | c151cfc43c07 |
children | c4c4b221a5e5 |
comparison
equal
deleted
inserted
replaced
193:ea31cf2d61af | 194:ba9e0fcc2ae2 |
---|---|
2071 CheckDiskAudio | 2071 CheckDiskAudio |
2072 CheckQUARTZ | 2072 CheckQUARTZ |
2073 CheckMacGL | 2073 CheckMacGL |
2074 CheckPTHREAD | 2074 CheckPTHREAD |
2075 # Set up files for the main() stub | 2075 # Set up files for the main() stub |
2076 COPY_ARCH_SRC(src/main, macosx, SDL_main.m) | 2076 COPY_ARCH_SRC(src/main, macosx, SDLMain.m) |
2077 COPY_ARCH_SRC(src/main, macosx, SDL_main.h) | 2077 COPY_ARCH_SRC(src/main, macosx, SDLMain.h) |
2078 # Set up files for the audio library | 2078 # Set up files for the audio library |
2079 if test x$enable_audio = xyes; then | 2079 if test x$enable_audio = xyes; then |
2080 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" | 2080 AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom" |
2081 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" | 2081 AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la" |
2082 fi | 2082 fi |