Changeset 6413 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 25, 2009, 2:06:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/DynLib.cc
r6394 r6413 70 70 COUT(2) << "Loading module " << mName << std::endl; 71 71 72 conststd::string& name = mName;72 std::string& name = mName; 73 73 #ifdef ORXONOX_PLATFORM_LINUX 74 74 // dlopen() does not add .so to the filename, like windows does for .dll
Note: See TracChangeset
for help on using the changeset viewer.