Last change
on this file since 7176 was
7165,
checked in by bensch, 19 years ago
|
reverted the Vector usage, as it lead to a non-predicate segfault
|
File size:
820 bytes
|
Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXlibs.a |
---|
5 | |
---|
6 | libORXlibs_a_SOURCES = \ |
---|
7 | lang/base_object.cc \ |
---|
8 | lang/class_list.cc \ |
---|
9 | \ |
---|
10 | coord/p_node.cc \ |
---|
11 | \ |
---|
12 | util/substring.cc \ |
---|
13 | util/color.cc \ |
---|
14 | util/helper_functions.cc \ |
---|
15 | util/multi_type.cc \ |
---|
16 | util/executor/executor.cc \ |
---|
17 | \ |
---|
18 | data/data_tank.cc |
---|
19 | |
---|
20 | noinst_HEADERS = \ |
---|
21 | lang/base_object.h \ |
---|
22 | lang/class_list.h \ |
---|
23 | \ |
---|
24 | coord/p_node.h \ |
---|
25 | \ |
---|
26 | util/substring.h \ |
---|
27 | util/multi_type.h \ |
---|
28 | util/color.h \ |
---|
29 | util/helper_functions.h \ |
---|
30 | util/executor/executor.h \ |
---|
31 | util/executor/executor_specials.h \ |
---|
32 | util/executor/functor_list.h \ |
---|
33 | util/count_pointer.h \ |
---|
34 | util/list.h \ |
---|
35 | \ |
---|
36 | data/data_tank.h |
---|
37 | |
---|
38 | SUBDIRS = \ |
---|
39 | math \ |
---|
40 | graphics \ |
---|
41 | sound \ |
---|
42 | event \ |
---|
43 | physics \ |
---|
44 | particles \ |
---|
45 | collision_detection \ |
---|
46 | network \ |
---|
47 | parser \ |
---|
48 | shell \ |
---|
49 | gui \ |
---|
50 | . |
---|
Note: See
TracBrowser
for help on using the repository browser.