364
edits
(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]]. | ||
< | <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</ | endfunction</source> |
edits