nel_mac_shared_libs.patch
b/code/nel/src/misc/dynloadlib.cpp Mon May 10 15:47:44 2010 +0200 | ||
---|---|---|
72 | 72 |
#ifdef NL_OS_WINDOWS |
73 | 73 |
const string nlLibPrefix; // empty |
74 | 74 |
const string nlLibExt(".dll"); |
75 |
#elif defined(NL_OS_MAC) |
|
76 |
const string nlLibPrefix("lib"); |
|
77 |
const string nlLibExt(".dylib"); |
|
75 | 78 |
#elif defined(NL_OS_UNIX) |
76 | 79 |
const string nlLibPrefix("lib"); |
77 | 80 |
const string nlLibExt(".so"); |