Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 173:83018110dce8
Added initial support for EPOC/Symbian OS (thanks Hannu!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:38:49 +0000 |
parents | e92aa316c517 |
children | 0fb1328d68c2 |
comparison
equal
deleted
inserted
replaced
172:37e3ca9254c7 | 173:83018110dce8 |
---|---|
4 # This is necessary because some platforms have special program | 4 # This is necessary because some platforms have special program |
5 # entry points, which require special application initialization. | 5 # entry points, which require special application initialization. |
6 | 6 |
7 SUBDIRS = macosx | 7 SUBDIRS = macosx |
8 | 8 |
9 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \ | 9 ARCH_SUBDIRS = $(srcdir)/beos \ |
10 $(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32 | 10 $(srcdir)/epoc \ |
11 $(srcdir)/linux \ | |
12 $(srcdir)/macos \ | |
13 $(srcdir)/macosx \ | |
14 $(srcdir)/win32 | |
11 | 15 |
12 # Build a separate library containing the main() entry point. | 16 # Build a separate library containing the main() entry point. |
13 lib_LIBRARIES = libSDLmain.a | 17 lib_LIBRARIES = libSDLmain.a |
14 | 18 |
15 if TARGET_MACOSX | 19 if TARGET_MACOSX |