- Timestamp:
- Apr 2, 2006, 5:54:55 PM (19 years ago)
- Location:
- branches/shared_lib/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/orxonox.cc
r7267 r7268 343 343 344 344 345 if (!DynamicLoader::addSearchDirRelative("./world_entities/ libs"))346 if (!DynamicLoader::addSearchDirRelative("./src/world_entities/ libs"))345 if (!DynamicLoader::addSearchDirRelative("./world_entities/.libs")) 346 if (!DynamicLoader::addSearchDirRelative("./src/world_entities/.libs")) 347 347 DynamicLoader::addSearchDir(PKG_LIBDIR); 348 348 … … 356 356 DynamicLoader::loadDyLib("libORXenvironmentals.la"); 357 357 358 DynamicLoader::loadDyLib("libORXmisc_entities.la"); 358 359 DynamicLoader::loadDyLib("libORXnpcs.la"); 359 360 DynamicLoader::loadDyLib("libORXmisc_entities.la");361 360 printf("%s\n", DynamicLoader::getSearchDir()); 362 361 -
branches/shared_lib/src/world_entities/Makefile.am
r7264 r7268 16 16 player.cc \ 17 17 \ 18 npcs/npc.cc \19 18 \ 20 19 weapons/weapon_manager.cc \ … … 39 38 \ 40 39 $(WRONG_SORTED_SOURCES_) 40 41 # npcs/npc.cc 41 42 42 43 LDFLAGS = --export-dynamic -module … … 84 85 85 86 libORXnpcs_la_SOURCES = \ 87 npcs/npc.cc \ 86 88 npcs/ground_turret.cc \ 87 89 npcs/npc_test.cc \
Note: See TracChangeset
for help on using the changeset viewer.