Last change
on this file since 7177 was
7174,
checked in by bensch, 19 years ago
|
orxonox/dylib: now the dylibLoader should work
|
File size:
1.1 KB
|
Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXutils.a |
---|
5 | |
---|
6 | |
---|
7 | libORXutils_a_SOURCES = fast_factory.cc \ |
---|
8 | object_manager.cc \ |
---|
9 | state.cc \ |
---|
10 | hud.cc \ |
---|
11 | game_rules.cc \ |
---|
12 | multiplayer_team_deathmatch.cc \ |
---|
13 | \ |
---|
14 | animation/animation3d.cc \ |
---|
15 | animation/animation.cc \ |
---|
16 | animation/animation_player.cc \ |
---|
17 | \ |
---|
18 | loading/resource_manager.cc \ |
---|
19 | loading/game_loader.cc \ |
---|
20 | loading/load_param.cc \ |
---|
21 | loading/load_param_description.cc \ |
---|
22 | loading/factory.cc \ |
---|
23 | loading/dynamic_loader.cc \ |
---|
24 | \ |
---|
25 | track/pilot_node.cc \ |
---|
26 | track/track_manager.cc \ |
---|
27 | track/track_node.cc |
---|
28 | |
---|
29 | |
---|
30 | noinst_HEADERS = fast_factory.h \ |
---|
31 | object_manager.h \ |
---|
32 | state.h \ |
---|
33 | hud.h \ |
---|
34 | game_rules.h \ |
---|
35 | multiplayer_team_deathmatch.h \ |
---|
36 | \ |
---|
37 | animation/animation3d.h \ |
---|
38 | animation/animation.h \ |
---|
39 | animation/animation_player.h \ |
---|
40 | animation/t_animation.h \ |
---|
41 | \ |
---|
42 | loading/resource_manager.h \ |
---|
43 | loading/game_loader.h \ |
---|
44 | loading/load_param.h \ |
---|
45 | loading/load_param_description.h \ |
---|
46 | loading/factory.h \ |
---|
47 | loading/dynamic_loader.h \ |
---|
48 | \ |
---|
49 | track/pilot_node.h \ |
---|
50 | track/track_manager.h \ |
---|
51 | track/track_node.h |
---|
Note: See
TracBrowser
for help on using the repository browser.