- Timestamp:
- 05/10/04 04:17:43 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.darwin
r4027 r4028 27 27 # For Mac OSX we need to kind of shared objects. One which can be plugged 28 28 # into root (bundle) and one which can be linked to the executables (dynlib) 29 SOFLAG = -bundle 30 DYFLAG = -dynamiclib 29 SOFLAG = -bundle -flat_namespace -Xlinker -bind_at_load 30 DYFLAG = -dynamiclib -single_module 31 31 32 32 DYLIB = $(SOLIB:.so=.dylib)
Note:
See TracChangeset
for help on using the changeset viewer.