Mercurial > sdl-ios-xcode
view src/main/macosx/Makefile.am @ 171:02e27b705645
Handle the case where the WAVE magic number was already read in a non-seekable
stream. I don't know if the code works with non-seekable streams anyway, but
...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 18:52:45 +0000 |
parents | e92aa316c517 |
children | c9bc7f33d56f |
line wrap: on
line source
# On OS X, install the SDLMain.nib. # We use an ugly hack to force the creation of the # destination dir, maybe somebody with more automake # experience knows how to do this properly? if TARGET_MACOSX masternibdatadir = $(datadir)/sdl/SDLMain.nib masternibdata_DATA = \ SDLMain.nib nibdatadir = $(datadir)/sdl nibdata_DATA = \ SDLMain.nib/classes.nib \ SDLMain.nib/info.nib \ SDLMain.nib/objects.nib \ Info.plist endif