Changeset 4028 for trunk


Ignore:
Timestamp:
05/10/04 04:17:43 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.conf.darwin

    r4027 r4028  
    2727# For Mac OSX we need to kind of shared objects. One which can be plugged
    2828# into root (bundle) and one which can be linked to the executables (dynlib)
    29 SOFLAG   = -bundle
    30 DYFLAG   = -dynamiclib
     29SOFLAG   = -bundle -flat_namespace -Xlinker -bind_at_load
     30DYFLAG   = -dynamiclib -single_module
    3131
    3232DYLIB    = $(SOLIB:.so=.dylib)
Note: See TracChangeset for help on using the changeset viewer.