Search
lxdream.org :: lxdream/bundlelibs.pl :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename bundlelibs.pl
changeset 716:f353e54a3a85
prev713:e5256202cc9e
author nkeynes
date Sun Aug 24 01:43:17 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Correct generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
file annotate diff log raw
1.1 --- a/bundlelibs.pl Sun Jun 29 03:51:33 2008 +0000
1.2 +++ b/bundlelibs.pl Sun Aug 24 01:43:17 2008 +0000
1.3 @@ -32,7 +32,7 @@
1.4 $targetpath = "$TARGETDIR/$libname";
1.5 $libid = "\@executable_path/../Frameworks/$libname";
1.6 if( !$done{$libname} ) {
1.7 - $done{libname} = 1;
1.8 + $done{$libname} = 1;
1.9 push @worklist, $targetpath;
1.10 system( ("cp", $lib, $targetpath) ) == 0 || die "Failed to copy $lib to $targetpath";
1.11 system( ($NTOOL, "-id", $libid, $targetpath) ) == 0 || die "Failed to set $lib ID to $libid";
.