Dylibs get deps.m: Difference between revisions

no edit summary
(Include Fink and /local when determining which libs need to be relocatable)
No edit summary
 
Line 1: Line 1:
An m-file function used in support of [[Create_a_MacOS_X_App_Bundle_Using_MacPorts|creating a MacOS X App bundle]].
An m-file function used in support of [[Create_a_MacOS_X_App_Bundle_Using_MacPorts|creating a MacOS X App bundle]].


  <nowiki>## Copyright (C) 2012 Ben Abbott
  <source lang="octave">## Copyright (C) 2012 Ben Abbott
##  
##  
## This program is free software; you can redistribute it and/or modify
## This program is free software; you can redistribute it and/or modify
Line 74: Line 74:
     full_deps = full_deps{1};
     full_deps = full_deps{1};
   endif
   endif
endfunction</nowiki>
endfunction</source>
364

edits