comparison src/main/Makefile.am @ 168:e92aa316c517

Added Max's patches for building MacOS X apps on command line
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Sep 2001 23:18:45 +0000
parents 4382c38dfbee
children 83018110dce8
comparison
equal deleted inserted replaced
167:cb384ef627f6 168:e92aa316c517
1 1
2 ## Makefile.am for the main() function in the SDL library 2 ## Makefile.am for the main() function in the SDL library
3 # 3 #
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
7 SUBDIRS = macosx
6 8
7 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \ 9 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \
8 $(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32 10 $(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32
9 11
10 # Build a separate library containing the main() entry point. 12 # Build a separate library containing the main() entry point.