Last change
on this file since 7285 was
7034,
checked in by patrick, 19 years ago
|
trunk: started working on the game rules and specificlay on the multiplayer game rules
|
File size:
1.0 KB
|
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 | loading/factory.cc \ |
---|
9 | state.cc \ |
---|
10 | hud.cc \ |
---|
11 | game_rules.cc \ |
---|
12 | multiplayer_team_deathmatch.cc \ |
---|
13 | animation/animation3d.cc \ |
---|
14 | animation/animation.cc \ |
---|
15 | animation/animation_player.cc \ |
---|
16 | loading/resource_manager.cc \ |
---|
17 | loading/game_loader.cc \ |
---|
18 | loading/load_param.cc \ |
---|
19 | loading/load_param_description.cc \ |
---|
20 | track/pilot_node.cc \ |
---|
21 | track/track_manager.cc \ |
---|
22 | track/track_node.cc |
---|
23 | |
---|
24 | noinst_HEADERS = fast_factory.h \ |
---|
25 | object_manager.h \ |
---|
26 | state.h \ |
---|
27 | hud.h \ |
---|
28 | game_rules.h \ |
---|
29 | multiplayer_team_deathmatch.h \ |
---|
30 | animation/animation3d.h \ |
---|
31 | animation/animation.h \ |
---|
32 | animation/animation_player.h \ |
---|
33 | animation/t_animation.h \ |
---|
34 | loading/resource_manager.h \ |
---|
35 | loading/factory.h \ |
---|
36 | loading/game_loader.h \ |
---|
37 | loading/load_param.h \ |
---|
38 | loading/load_param_description.h \ |
---|
39 | track/pilot_node.h \ |
---|
40 | track/track_manager.h \ |
---|
41 | track/track_node.h |
---|
Note: See
TracBrowser
for help on using the repository browser.