Changeset 7180 in orxonox.OLD for branches/shared_lib/src
- Timestamp:
- Feb 22, 2006, 1:21:29 AM (19 years ago)
- Location:
- branches/shared_lib/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/orxonox.cc
r7179 r7180 346 346 DynamicLoader::loadDyLib("libORXpower_ups"); 347 347 DynamicLoader::loadDyLib("libORXmisc_entities"); 348 DynamicLoader::loadDyLib("libORXnpcs_ground.la"); 349 DynamicLoader::loadDyLib("libORXnpcs"); 350 DynamicLoader::loadDyLib("libORXnpcs_air"); 348 DynamicLoader::loadDyLib("libORXground_turret"); 351 349 printf("%s\n", DynamicLoader::getSearchDir()); 352 350 -
branches/shared_lib/src/world_entities/Makefile.am
r7179 r7180 50 50 libORXenvironmentals.la \ 51 51 \ 52 libORX npcs.la \52 libORXground_turret.la \ 53 53 \ 54 54 libORXmisc_entities.la 55 55 56 libORXnpcs_la_SOURCES = \57 npcs/ground_turret.cc \58 npcs/npc_test.cc \59 npcs/npc_test1.cc60 56 61 62 #libORXnpcs_ground_la_SOURCES = \ 63 npcs/ground_turret.cc 64 65 #libORXnpcs_air_la_SOURCES = \ 66 npcs/npc_test.cc \ 67 npcs/npc_test1.cc 68 69 libORXenvironmentals_la_SOURCES = \ 70 environment.cc \ 71 skysphere.cc \ 72 satellite.cc \ 73 character_attributes.cc \ 74 test_entity.cc \ 75 planet.cc \ 76 environments/water.cc \ 77 environments/model_entity.cc \ 78 environments/building.cc \ 79 \ 80 movie_entity.cc \ 81 recorder.cc 57 libORXplayables_la_SOURCES = \ 58 space_ships/helicopter.cc \ 59 space_ships/hover.cc \ 60 space_ships/turbine_hover.cc \ 61 creatures/md2_creature.cc 82 62 83 63 libORXweapons_la_SOURCES = \ … … 102 82 power_ups/laser_power_up.cc 103 83 104 libORXplayables_la_SOURCES = \ 105 space_ships/helicopter.cc \ 106 space_ships/hover.cc \ 107 space_ships/turbine_hover.cc \ 108 creatures/md2_creature.cc 84 85 libORXground_turret_la_SOURCES = \ 86 npcs/ground_turret.cc 87 # npcs/npc_test.cc \ 88 npcs/npc_test1.cc 89 90 libORXenvironmentals_la_SOURCES = \ 91 environment.cc \ 92 skysphere.cc \ 93 satellite.cc \ 94 character_attributes.cc \ 95 test_entity.cc \ 96 planet.cc \ 97 environments/water.cc \ 98 environments/model_entity.cc \ 99 environments/building.cc \ 100 \ 101 movie_entity.cc \ 102 recorder.cc 103 109 104 110 105 libORXmisc_entities_la_SOURCES = \
Note: See TracChangeset
for help on using the changeset viewer.