Last change
on this file since 10581 was
10581,
checked in by bensch, 18 years ago
|
changed the animation3D and t_animation to match the new list structure… but i think it breaks workability… they are strange anyways
also removed the track, as it seems quite hacked in.
Here i uncommented everything for later reinjection
|
File size:
868 bytes
|
Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXutils.a |
---|
5 | |
---|
6 | libORXutils_a_SOURCES = \ |
---|
7 | object_manager.cc \ |
---|
8 | state.cc \ |
---|
9 | hud.cc \ |
---|
10 | \ |
---|
11 | game_rules.cc \ |
---|
12 | network_game_rules.cc \ |
---|
13 | multiplayer_team_deathmatch.cc \ |
---|
14 | singleplayer_shootemup.cc \ |
---|
15 | \ |
---|
16 | \ |
---|
17 | \ |
---|
18 | mission_goal.cc\ |
---|
19 | kill_target.cc\ |
---|
20 | kill.cc \ |
---|
21 | \ |
---|
22 | signal_handler.cc \ |
---|
23 | \ |
---|
24 | animation/animation3d.cc \ |
---|
25 | animation/animation.cc \ |
---|
26 | animation/animation_player.cc |
---|
27 | |
---|
28 | noinst_HEADERS = \ |
---|
29 | object_manager.h \ |
---|
30 | state.h \ |
---|
31 | hud.h \ |
---|
32 | \ |
---|
33 | game_rules.h \ |
---|
34 | network_game_rules.h \ |
---|
35 | multiplayer_team_deathmatch.h \ |
---|
36 | singleplayer_shootemup.h \ |
---|
37 | \ |
---|
38 | mission_goal.cc\ |
---|
39 | kill_target.h\ |
---|
40 | kill.h \ |
---|
41 | \ |
---|
42 | signal_handler.h \ |
---|
43 | \ |
---|
44 | animation/animation3d.h \ |
---|
45 | animation/animation.h \ |
---|
46 | animation/animation_player.h \ |
---|
47 | animation/t_animation.h |
---|
Note: See
TracBrowser
for help on using the repository browser.