Last change
on this file since 5873 was
5750,
checked in by bensch, 19 years ago
|
orxonox/trunk: merged the WorldEntities into the Trunk.
Merged with command:
svn merge branches/world_entities/ trunk/ -r5516:HEAD
conflics from world_entities changed in favor of branches/world_entity
all other conflict in favor of the trunk
|
File size:
1.9 KB
|
Rev | Line | |
---|
[5349] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[5463] | 4 | noinst_LIBRARIES = libORXworld_entities.a |
---|
[5349] | 5 | |
---|
[5463] | 6 | libORXworld_entities_a_SOURCES = \ |
---|
[5355] | 7 | world_entity.cc \ |
---|
| 8 | camera.cc \ |
---|
| 9 | player.cc \ |
---|
| 10 | npc.cc \ |
---|
| 11 | npc2.cc \ |
---|
| 12 | environment.cc \ |
---|
| 13 | skysphere.cc \ |
---|
| 14 | skybox.cc \ |
---|
| 15 | terrain.cc \ |
---|
| 16 | satellite.cc \ |
---|
| 17 | character_attributes.cc \ |
---|
| 18 | test_entity.cc \ |
---|
| 19 | weapons/weapon_manager.cc \ |
---|
| 20 | weapons/weapon.cc \ |
---|
| 21 | weapons/test_gun.cc \ |
---|
| 22 | weapons/turret.cc \ |
---|
[5456] | 23 | weapons/projectile.cc \ |
---|
[5355] | 24 | weapons/test_bullet.cc \ |
---|
[5456] | 25 | weapons/rocket.cc \ |
---|
| 26 | weapons/laser.cc \ |
---|
[5750] | 27 | weapons/ground_turret.cc \ |
---|
[5433] | 28 | weapons/crosshair.cc \ |
---|
[5750] | 29 | weapons/ground_turret.cc \ |
---|
[5450] | 30 | power_ups/power_up.cc \ |
---|
[5458] | 31 | power_ups/turret_power_up.cc \ |
---|
| 32 | power_ups/laser_power_up.cc |
---|
[5349] | 33 | |
---|
[5355] | 34 | noinst_HEADERS = \ |
---|
| 35 | world_entity.h \ |
---|
| 36 | camera.h \ |
---|
| 37 | player.h \ |
---|
| 38 | npc.h \ |
---|
| 39 | npc2.h \ |
---|
| 40 | environment.h \ |
---|
| 41 | skysphere.h \ |
---|
| 42 | skybox.h \ |
---|
| 43 | terrain.h \ |
---|
| 44 | satellite.h \ |
---|
| 45 | character_attributes.h \ |
---|
| 46 | test_entity.h \ |
---|
| 47 | weapons/weapon_manager.h \ |
---|
| 48 | weapons/weapon.h \ |
---|
| 49 | weapons/projectile.h \ |
---|
| 50 | weapons/test_gun.h \ |
---|
| 51 | weapons/turret.h \ |
---|
| 52 | weapons/test_bullet.h \ |
---|
[5433] | 53 | weapons/crosshair.h \ |
---|
[5450] | 54 | power_ups/power_up.h \ |
---|
[5458] | 55 | power_ups/turret_power_up.h \ |
---|
| 56 | power_ups/laser_power_up.h |
---|
[5349] | 57 | |
---|
| 58 | |
---|
[5355] | 59 | SUBDIRS = . . |
---|
Note: See
TracBrowser
for help on using the repository browser.