comparison src/main/macosx/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
children c9bc7f33d56f
comparison
equal deleted inserted replaced
167:cb384ef627f6 168:e92aa316c517
1 # On OS X, install the SDLMain.nib.
2 # We use an ugly hack to force the creation of the
3 # destination dir, maybe somebody with more automake
4 # experience knows how to do this properly?
5
6 if TARGET_MACOSX
7 masternibdatadir = $(datadir)/sdl/SDLMain.nib
8 masternibdata_DATA = \
9 SDLMain.nib
10
11 nibdatadir = $(datadir)/sdl
12 nibdata_DATA = \
13 SDLMain.nib/classes.nib \
14 SDLMain.nib/info.nib \
15 SDLMain.nib/objects.nib \
16 Info.plist
17 endif