Mercurial > sdl-ios-xcode
diff src/main/Makefile.am @ 371:db0cc6034336
Added David Hedbor's Qtopia patches
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 May 2002 20:06:01 +0000 |
parents | 50620ec9c86a |
children | 623b453a3219 |
line wrap: on
line diff
--- a/src/main/Makefile.am Sun May 19 19:54:01 2002 +0000 +++ b/src/main/Makefile.am Sun May 19 20:06:01 2002 +0000 @@ -17,9 +17,12 @@ if TARGET_MACOSX MAINLIB_ARCH_SRCS = SDLMain.m SDLMain.h else +if TARGET_QTOPIA +MAINLIB_ARCH_SRCS = SDL_Qtopia_main.cc +else MAINLIB_ARCH_SRCS = SDL_main.c endif - +endif libSDLmain_a_SOURCES = $(MAINLIB_ARCH_SRCS) # Build an internal library of any special app setup functions