3 Jul 17:17
XCode template for lua modules
Hans van der Meer <H.vanderMeer <at> uva.nl>
2009-07-03 15:17:59 GMT
2009-07-03 15:17:59 GMT
Working on a Macintosh under MacOSX I am trying to get the XCode build settings in shape for compilation of a Lua C-module into module.so; starting with the XCode-template for a BSD dynamic library.
Having read the instructions for using make I have the following question:
Why does one prescribe for the Mach-O Type the choice "bundle" (mh_bundle) instead of "dynamic library" (mh_dylib). Both seem to work when the result is "require"-ed. Does it matter? Or is there a fundamental difference I am overlooking?
Hans van der Meer
RSS Feed