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.10 by root, Fri Dec 5 14:49:09 2008 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
8 9
9PERL=/opt/local 10PERL=/opt/local
10PERLLIB=/usr/lib/perl5 11PERLLIB=/usr/lib/perl5
11 12
12umask 022 13umask 022
153 <key>CFBundleSignature</key> 154 <key>CFBundleSignature</key>
154 <string>????</string> 155 <string>????</string>
155 <key>LSHasLocalizedDisplayName</key> 156 <key>LSHasLocalizedDisplayName</key>
156 <false/> 157 <false/>
157 <key>LSMinimumSystemVersion</key> 158 <key>LSMinimumSystemVersion</key>
158 <string>10.3</string> 159 <string>10.5</string>
159 <key>NSAppleScriptEnabled</key> 160 <key>NSAppleScriptEnabled</key>
160 <false/> 161 <false/>
161 <key>NSHumanReadableCopyright</key> 162 <key>NSHumanReadableCopyright</key>
162 <string>Deliantra MORPG Client - Copyright 2008 The Deliantra Team</string> 163 <string>Deliantra MORPG Client - Copyright 2008 The Deliantra Team</string>
163</dict> 164</dict>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines