comparison mac/finishup.sh @ 639:06be879f5137

Support for building with GTK+ on Mac OSX
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 12 Apr 2009 01:12:04 +0000
parents e99cd6e45c0b
children 6382fd88b49a
comparison
equal deleted inserted replaced
638:3ce487327afd 639:06be879f5137
3 3
4 if [ $PLATFORM = "Darwin" ] 4 if [ $PLATFORM = "Darwin" ]
5 then 5 then
6 mkdir -p dwtest.app/Contents/MacOS 6 mkdir -p dwtest.app/Contents/MacOS
7 mkdir -p dwtest.app/Contents/Resources 7 mkdir -p dwtest.app/Contents/Resources
8 8
9 cp -f mac/Info.plist dwtest.app/Contents 9 cp -f $1/mac/Info.plist dwtest.app/Contents
10 cp -f mac/PkgInfo dwtest.app/Contents 10 cp -f $1/mac/PkgInfo dwtest.app/Contents
11 cp -f dwtest dwtest.app/Contents/MacOS 11 cp -f dwtest dwtest.app/Contents/MacOS
12 /Developer/Tools/Rez -o dwtest.app/Contents/Resources/dwtest.rsrc -d "SystemSevenOrLater=1" -useDF mac/dwtest.r 12 /Developer/Tools/Rez -o dwtest.app/Contents/Resources/dwtest.rsrc -d "SystemSevenOrLater=1" -useDF $1/mac/dwtest.r
13 fi 13 fi