ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.osx
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.9 by root, Mon Sep 29 03:44:12 2008 UTC vs.
Revision 1.11 by root, Wed Jan 14 23:55:39 2009 UTC

2 2
3# Convert a gtk2-perl program to a standalone OS X binary 3# Convert a gtk2-perl program to a standalone OS X binary
4 4
5# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib 5# need to patch libSDL_image from /opt/local/lib/libjpeg.dylib to ./libjpeg.62.dylib
6 6
7export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps 7#export MACOSX_DEPLOYMENT_TARGET=10.3 # maybe it helps
8export MACOSX_DEPLOYMENT_TARGET=10.5 # nope
9
10cvs update
8 11
9PERL=/opt/local 12PERL=/opt/local
10PERLLIB=/usr/lib/perl5 13PERLLIB=/usr/lib/perl5
11 14
12umask 022 15umask 022
13 16
14if true; then 17if true; then
15 for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB; do 18 for mod in AnyEvent EV JSON-XS deliantra/Deliantra Compress-LZF BDB Guard; do
16 ( 19 (
20 mkdir -p /root/src/$mod || exit 77
17 cd /root/src/$mod 21 cd /root/src/$mod
18 set -x 22 set -x
19 pwd 23 pwd
20 rsync -avPessh 10.0.0.1:src/$mod/. . --del 24 rsync -avPessh 10.0.0.1:src/$mod/. . --del
21 $PERL/bin/perl Makefile.PL </dev/null 25 $PERL/bin/perl Makefile.PL </dev/null
153 <key>CFBundleSignature</key> 157 <key>CFBundleSignature</key>
154 <string>????</string> 158 <string>????</string>
155 <key>LSHasLocalizedDisplayName</key> 159 <key>LSHasLocalizedDisplayName</key>
156 <false/> 160 <false/>
157 <key>LSMinimumSystemVersion</key> 161 <key>LSMinimumSystemVersion</key>
158 <string>10.3</string> 162 <string>10.5</string>
159 <key>NSAppleScriptEnabled</key> 163 <key>NSAppleScriptEnabled</key>
160 <false/> 164 <false/>
161 <key>NSHumanReadableCopyright</key> 165 <key>NSHumanReadableCopyright</key>
162 <string>Deliantra MORPG Client - Copyright 2008 The Deliantra Team</string> 166 <string>Deliantra MORPG Client - Copyright 2008 The Deliantra Team</string>
163</dict> 167</dict>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines