Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
370:ba72f259bc88 | 371:db0cc6034336 |
---|---|
15 lib_LIBRARIES = libSDLmain.a | 15 lib_LIBRARIES = libSDLmain.a |
16 | 16 |
17 if TARGET_MACOSX | 17 if TARGET_MACOSX |
18 MAINLIB_ARCH_SRCS = SDLMain.m SDLMain.h | 18 MAINLIB_ARCH_SRCS = SDLMain.m SDLMain.h |
19 else | 19 else |
20 if TARGET_QTOPIA | |
21 MAINLIB_ARCH_SRCS = SDL_Qtopia_main.cc | |
22 else | |
20 MAINLIB_ARCH_SRCS = SDL_main.c | 23 MAINLIB_ARCH_SRCS = SDL_main.c |
21 endif | 24 endif |
22 | 25 endif |
23 libSDLmain_a_SOURCES = $(MAINLIB_ARCH_SRCS) | 26 libSDLmain_a_SOURCES = $(MAINLIB_ARCH_SRCS) |
24 | 27 |
25 # Build an internal library of any special app setup functions | 28 # Build an internal library of any special app setup functions |
26 noinst_LTLIBRARIES = libarch.la | 29 noinst_LTLIBRARIES = libarch.la |
27 | 30 |