Oops, back out that SDL_main -> SDLMain conversion
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40195
This commit is contained in:
parent
6abb357c70
commit
1e5a9f6ffa
9 changed files with 19 additions and 19 deletions
|
@ -2073,8 +2073,8 @@ case "$target" in
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue