Create a MacOS X App Bundle Using MacPorts: Difference between revisions

→‎Fixing "{{Codeline|dyld: Library not loaded}}" Errors: add "islink" property to outputs for dylibs_find.m
(→‎Fixing "{{Codeline|dyld: Library not loaded}}" Errors: add "islink" property to outputs for dylibs_find.m)
Line 180: Line 180:
     `dependents'
     `dependents'
           Is a cellstr array listing the dynamic libraries the named
           Is a cellstr array listing the dynamic libraries the named
           library depends upon.</nowiki>
           library depends upon.
 
    `islink'
          Logical scalar indicating whether the file is a symbolic link
          to a dynamically loadable library.</nowiki>
* [[dylibs_get_deps.m]]
* [[dylibs_get_deps.m]]
  <nowiki> -- Function File: dylibs = dylibs_get_deps (NAME)
  <nowiki> -- Function File: dylibs = dylibs_get_deps (NAME)
364

edits