Mercurial > sdl-ios-xcode
view src/main/macos/Makefile.am @ 1354:22f39393668a
Fixed build problem with SDL_string.c
Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h
Moved endian-related SDL_rwops code into SDL_rwops.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:38:05 +0000 |
parents | 55a86cfe6277 |
children |
line wrap: on
line source
# On OS X, install the SDL.rsrc. EXTRA_DIST = SDL_main.c SDL.rsrc rsrcdatadir = $(datadir)/sdl rsrcdata_DATA = \ SDL.rsrc SDL.rsrc: SDL.r /Developer/Tools/Rez -o $@ -useDF $< # The rsrc and export directory need to be copied into place # when building a distribution. dist-hook: cp -rp SDL.rsrc $(distdir) cp -rp exports $(distdir) (cd $(distdir)/exports && rm -rf `find . -name CVS`)