Dylibs isdylib.m: Difference between revisions

add source highlighting
(initial edit)
 
(add source highlighting)
 
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 27: Line 27:
## @end deftypefn
## @end deftypefn


## Author: Ben Abbott <bpabbott@Bens-MacBook-Pro.local>
## Author: Ben Abbott <bpabbott@mac.com>
## Created: 2012-06-29
## Created: 2012-06-29


Line 42: Line 42:
     result = result | fun  (cstr);
     result = result | fun  (cstr);
   endfor
   endfor
endfunction</nowiki>
endfunction</source>
364

edits