|
Last change
on this file since 7208 was
7193,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: new style for resources (prework/movement)
|
|
File size:
761 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXutils.a |
|---|
| 5 | |
|---|
| 6 | libORXutils_a_SOURCES = fast_factory.cc \ |
|---|
| 7 | object_manager.cc \ |
|---|
| 8 | state.cc \ |
|---|
| 9 | hud.cc \ |
|---|
| 10 | game_rules.cc \ |
|---|
| 11 | multiplayer_team_deathmatch.cc \ |
|---|
| 12 | \ |
|---|
| 13 | animation/animation3d.cc \ |
|---|
| 14 | animation/animation.cc \ |
|---|
| 15 | animation/animation_player.cc \ |
|---|
| 16 | \ |
|---|
| 17 | track/pilot_node.cc \ |
|---|
| 18 | track/track_manager.cc \ |
|---|
| 19 | track/track_node.cc |
|---|
| 20 | |
|---|
| 21 | noinst_HEADERS = fast_factory.h \ |
|---|
| 22 | object_manager.h \ |
|---|
| 23 | state.h \ |
|---|
| 24 | hud.h \ |
|---|
| 25 | game_rules.h \ |
|---|
| 26 | multiplayer_team_deathmatch.h \ |
|---|
| 27 | \ |
|---|
| 28 | animation/animation3d.h \ |
|---|
| 29 | animation/animation.h \ |
|---|
| 30 | animation/animation_player.h \ |
|---|
| 31 | animation/t_animation.h \ |
|---|
| 32 | \ |
|---|
| 33 | track/pilot_node.h \ |
|---|
| 34 | track/track_manager.h \ |
|---|
| 35 | track/track_node.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.