Last change
on this file since 10630 was
10622,
checked in by snellen, 18 years ago
|
merged scriptimprovements back to trunk
|
File size:
1.6 KB
|
Rev | Line | |
---|
[7151] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | include WorldEntities.am |
---|
[5349] | 4 | |
---|
[7151] | 5 | noinst_LIBRARIES = libORXwe.a |
---|
[5349] | 6 | |
---|
[7151] | 7 | ## THESE ARE THE BASE CLASSES OF ALL WORLD_ENTITIES |
---|
[10405] | 8 | libORXwe_a_SOURCES = world_entity.cc \ |
---|
[10618] | 9 | tools/cameraman.cc \ |
---|
[10405] | 10 | playable.cc\ |
---|
| 11 | player.cc \ |
---|
| 12 | npcs/npc.cc\ |
---|
| 13 | weapons/weapon_manager.cc\ |
---|
[10437] | 14 | weapons/weapon_slot.cc \ |
---|
[10405] | 15 | weapons/crosshair.cc \ |
---|
| 16 | weapons/weapon.cc\ |
---|
| 17 | weapons/ammo_container.cc\ |
---|
| 18 | projectiles/projectile.cc \ |
---|
| 19 | extendable.cc\ |
---|
[10618] | 20 | items/power_ups/power_up.cc \ |
---|
| 21 | items/power_ups/param_power_up.cc \ |
---|
| 22 | items/power_ups/weapon_power_up.cc\ |
---|
| 23 | tools/spawning_point.cc\ |
---|
[10405] | 24 | effects/explosion.cc\ |
---|
| 25 | effects/billboard.cc\ |
---|
| 26 | effects/wobblegrid.cc\ |
---|
| 27 | effects/trail.cc\ |
---|
| 28 | elements/glgui_energywidget.cc\ |
---|
[10622] | 29 | elements/glgui_energywidgetvertical.cc\ |
---|
| 30 | script_triggers/script_trigger.cc |
---|
[5349] | 31 | |
---|
[7016] | 32 | |
---|
[10405] | 33 | noinst_HEADERS = world_entity.h\ |
---|
[10618] | 34 | tools/cameraman.h\ |
---|
[10405] | 35 | extendable.h\ |
---|
| 36 | playable.h \ |
---|
| 37 | player.h\ |
---|
| 38 | npcs/npc.h\ |
---|
| 39 | weapons/weapon_manager.h\ |
---|
[10437] | 40 | weapons/weapon_slot.cc \ |
---|
[10405] | 41 | weapons/crosshair.h \ |
---|
| 42 | weapons/weapon.h\ |
---|
| 43 | weapons/ammo_container.h\ |
---|
| 44 | projectiles/projectile.h \ |
---|
[10618] | 45 | items/power_ups/power_up.h\ |
---|
| 46 | items/power_ups/param_power_up.h\ |
---|
| 47 | items/power_ups/weapon_power_up.h \ |
---|
| 48 | tools/spawning_point.h\ |
---|
[10405] | 49 | effects/explosion.h\ |
---|
| 50 | effects/billboard.h\ |
---|
| 51 | effects/trail.h\ |
---|
| 52 | effects/wobblegrid.h\ |
---|
| 53 | elements/glgui_energywidget.h\ |
---|
[10622] | 54 | elements/glgui_energywidgetvertical.h\ |
---|
| 55 | script_triggers/script_trigger.h |
---|
[7016] | 56 | |
---|
[7047] | 57 | |
---|
[7151] | 58 | EXTRA_DIST = WorldEntities.am |
---|
Note: See
TracBrowser
for help on using the repository browser.