Skip to content

Commit

Permalink
Forgot to add this with the previous Carbon/Cocoa/X11 commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 8, 2005
1 parent 05a8e21 commit 1f5dcac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/macos/Makefile.am
@@ -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`)

0 comments on commit 1f5dcac

Please sign in to comment.