Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7268 in orxonox.OLD for branches/shared_lib/src/orxonox.cc


Ignore:
Timestamp:
Apr 2, 2006, 5:54:55 PM (18 years ago)
Author:
bensch
Message:

shared_lib, ok loading everything (strangely npc is not a default dependency for orxonox, nowhere is it referenced… (but in NPC's)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/orxonox.cc

    r7267 r7268  
    343343
    344344
    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"))
    347347      DynamicLoader::addSearchDir(PKG_LIBDIR);
    348348
     
    356356  DynamicLoader::loadDyLib("libORXenvironmentals.la");
    357357
     358  DynamicLoader::loadDyLib("libORXmisc_entities.la");
    358359  DynamicLoader::loadDyLib("libORXnpcs.la");
    359 
    360   DynamicLoader::loadDyLib("libORXmisc_entities.la");
    361360  printf("%s\n", DynamicLoader::getSearchDir());
    362361
Note: See TracChangeset for help on using the changeset viewer.