Changeset 7179 in orxonox.OLD for branches/shared_lib/src
- Timestamp:
- Feb 22, 2006, 1:02:06 AM (19 years ago)
- Location:
- branches/shared_lib/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/orxonox.cc
r7177 r7179 347 347 DynamicLoader::loadDyLib("libORXmisc_entities"); 348 348 DynamicLoader::loadDyLib("libORXnpcs_ground.la"); 349 DynamicLoader::loadDyLib("libORXnpcs"); 349 350 DynamicLoader::loadDyLib("libORXnpcs_air"); 350 351 printf("%s\n", DynamicLoader::getSearchDir()); -
branches/shared_lib/src/world_entities/Makefile.am
r7177 r7179 43 43 44 44 pkglib_LTLIBRARIES = \ 45 libORXnpcs_ground.la \ 46 libORXnpcs_air.la \ 47 libORXenvironmentals.la \ 45 libORXplayables.la \ 48 46 libORXweapons.la \ 49 47 libORXprojectiles.la \ 50 48 libORXpower_ups.la \ 51 libORXplayables.la \ 49 \ 50 libORXenvironmentals.la \ 51 \ 52 libORXnpcs.la \ 53 \ 52 54 libORXmisc_entities.la 53 55 54 libORXnpcs_ground_la_SOURCES = \ 56 libORXnpcs_la_SOURCES = \ 57 npcs/ground_turret.cc \ 58 npcs/npc_test.cc \ 59 npcs/npc_test1.cc 60 61 62 #libORXnpcs_ground_la_SOURCES = \ 55 63 npcs/ground_turret.cc 56 64 57 libORXnpcs_air_la_SOURCES = \58 npcs/npc_test 1.cc \59 npcs/npc_test .cc65 #libORXnpcs_air_la_SOURCES = \ 66 npcs/npc_test.cc \ 67 npcs/npc_test1.cc 60 68 61 69 libORXenvironmentals_la_SOURCES = \ … … 79 87 weapons/cannon.cc \ 80 88 weapons/hyperblaster.cc \ 81 weapons/aim.cc 82 83 # weapons/test_gun.cc 89 weapons/aim.cc\ 90 weapons/test_gun.cc 84 91 85 92 libORXprojectiles_la_SOURCES = \
Note: See TracChangeset
for help on using the changeset viewer.