- Timestamp:
- Apr 2, 2006, 5:43:50 PM (19 years ago)
- Location:
- branches/shared_lib/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/Makefile.am
r7264 r7267 12 12 13 13 orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\"" 14 orxonox_LDFLAGS = --export-dynamic 14 orxonox_LDFLAGS = --export-dynamic -ldl -rdynamic 15 15 ##-ldl -rdynamic 16 16 -
branches/shared_lib/src/orxonox.cc
r7266 r7267 343 343 344 344 345 if (!DynamicLoader::addSearchDirRelative("./world_entities "))346 if (!DynamicLoader::addSearchDirRelative("./src/world_entities "))345 if (!DynamicLoader::addSearchDirRelative("./world_entities/libs")) 346 if (!DynamicLoader::addSearchDirRelative("./src/world_entities/libs")) 347 347 DynamicLoader::addSearchDir(PKG_LIBDIR); 348 348
Note: See TracChangeset
for help on using the changeset viewer.