Last change
on this file since 5352 was
5351,
checked in by bensch, 19 years ago
|
orxonox/trunk: building world_etities as a lib in src/world_entities/libORXworldentities.a
|
File size:
900 bytes
|
Rev | Line | |
---|
[5349] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5351] | 4 | noinst_LIBRARIES = libORXworldentities.a |
---|
[5349] | 5 | |
---|
[5351] | 6 | libORXworldentities_a_SOURCES = \ |
---|
| 7 | camera.cc \ |
---|
| 8 | environment.cc \ |
---|
| 9 | npc.cc \ |
---|
| 10 | skybox.cc \ |
---|
| 11 | terrain.cc \ |
---|
| 12 | world_entity.cc \ |
---|
| 13 | character_attributes.cc \ |
---|
| 14 | npc2.cc \ |
---|
| 15 | player.cc \ |
---|
| 16 | satellite.cc \ |
---|
| 17 | skysphere.cc \ |
---|
| 18 | test_entity.cc \ |
---|
| 19 | weapons/crosshair.cc \ |
---|
| 20 | weapons/projectile.cc \ |
---|
| 21 | weapons/test_bullet.cc \ |
---|
| 22 | weapons/test_gun.cc \ |
---|
| 23 | weapons/turret.cc \ |
---|
| 24 | weapons/weapon.cc \ |
---|
| 25 | weapons/weapon_manager.cc |
---|
[5349] | 26 | |
---|
[5351] | 27 | noinst_HEADERS = \ |
---|
| 28 | camera.h \ |
---|
| 29 | environment.h \ |
---|
| 30 | npc.h \ |
---|
| 31 | power_up.h \ |
---|
| 32 | skybox.h \ |
---|
| 33 | terrain.h \ |
---|
| 34 | world_entity.h \ |
---|
| 35 | character_attributes.h \ |
---|
| 36 | npc2.h \ |
---|
| 37 | player.h \ |
---|
| 38 | satellite.h \ |
---|
| 39 | skysphere.h \ |
---|
| 40 | test_entity.h \ |
---|
| 41 | weapons/crosshair.h \ |
---|
| 42 | weapons/projectile.h \ |
---|
| 43 | weapons/test_bullet.h \ |
---|
| 44 | weapons/test_gun.h \ |
---|
| 45 | weapons/turret.h \ |
---|
| 46 | weapons/weapon.h \ |
---|
| 47 | weapons/weapon_manager.h |
---|
Note: See
TracBrowser
for help on using the repository browser.