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 Sat Jan 22 06:07:17 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Mark the NV vertex range functions as weak (to keep things working on
drivers that don't provide the entry points)
Set the fence at the start (really just to prevent an error the first time
around)
file annotate diff log raw
1.1 --- a/bundlelibs.pl Sun Jun 29 03:51:33 2008 +0000
1.2 +++ b/bundlelibs.pl Sat Jan 22 06:07:17 2011 +1000
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";
.