Mercurial > sdl-ios-xcode
comparison src/main/macosx/Makefile.am @ 213:c79890792bfb
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 25 Oct 2001 04:35:42 +0000 |
parents | ba9e0fcc2ae2 |
children | 91a5db3e930a |
comparison
equal
deleted
inserted
replaced
212:5e8f81418e30 | 213:c79890792bfb |
---|---|
2 # We use an ugly hack to force the creation of the | 2 # We use an ugly hack to force the creation of the |
3 # destination dir, maybe somebody with more automake | 3 # destination dir, maybe somebody with more automake |
4 # experience knows how to do this properly? | 4 # experience knows how to do this properly? |
5 | 5 |
6 if TARGET_MACOSX | 6 if TARGET_MACOSX |
7 masternibdatadir = $(datadir)/sdl/SDLMain.nib | |
8 masternibdata_DATA = \ | |
9 SDLMain.nib | |
10 | |
11 nibdatadir = $(datadir)/sdl | 7 nibdatadir = $(datadir)/sdl |
12 nibdata_DATA = \ | 8 nibdata_DATA = \ |
13 SDLMain.nib/classes.nib \ | 9 SDLMain.nib/classes.nib \ |
14 SDLMain.nib/info.nib \ | 10 SDLMain.nib/info.nib \ |
15 SDLMain.nib/objects.nib \ | 11 SDLMain.nib/objects.nib \ |