Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/configure.in Sun Sep 23 20:52:11 2001 +0000 +++ b/configure.in Sun Sep 23 21:09:08 2001 +0000 @@ -2073,8 +2073,8 @@ CheckMacGL CheckPTHREAD # Set up files for the main() stub - COPY_ARCH_SRC(src/main, macosx, SDL_main.m) - COPY_ARCH_SRC(src/main, macosx, SDL_main.h) + COPY_ARCH_SRC(src/main, macosx, SDLMain.m) + COPY_ARCH_SRC(src/main, macosx, SDLMain.h) # Set up files for the audio library if test x$enable_audio = xyes; then AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom"