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

Line 197: Line 197:
     bundle.  The first and second entries correspond to the MacPorts
     bundle.  The first and second entries correspond to the MacPorts
     and Fink installation directories, respectively.</nowiki>
     and Fink installation directories, respectively.</nowiki>
* [[dylibs_isdylib.m]]
<nowiki> -- Function File: result = dylibs_isdylib (FILENAME)
    Determines if the filename qualifies as a dynamically loaded
    library.  The RESULT is TRUE for dylib-files, oct-files, and
    mex-files.  The result is FALSE for all other files.
    This function isn't sophisticated. It only examines the file
    extension.</nowiki>


To apply these scripts, change the current directory to {{Codeline|Octave-3.7.0+.app/Contents/Resources}}, and enter the command below.
To apply these scripts, change the current directory to {{Codeline|Octave-3.7.0+.app/Contents/Resources}}, and enter the command below.
364

edits