Forgot to add this with the previous Carbon/Cocoa/X11 commit.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401137
This commit is contained in:
parent
1d1a4b193f
commit
25edbb7066
1 changed files with 17 additions and 0 deletions
17
src/main/macos/Makefile.am
Normal file
17
src/main/macos/Makefile.am
Normal 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`)
|
Loading…
Add table
Add a link
Reference in a new issue