Forgot to add this with the previous Carbon/Cocoa/X11 commit.

This commit is contained in:
Ryan C. Gordon 2005-09-08 06:17:23 +00:00
parent 41af118d8b
commit bc5eaadbe9

View File

@ -0,0 +1,17 @@
# 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`)