Last change
on this file since 8538 was
8531,
checked in by patrick, 18 years ago
|
orxonox: added a tokenizer class for strings and working on parsing of the md3 config file
|
File size:
1.2 KB
|
Rev | Line | |
---|
[4291] | 1 | MAINSRCDIR=../.. |
---|
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3493] | 3 | |
---|
[8367] | 4 | noinst_LIBRARIES = libORXlibutil.a |
---|
[4291] | 5 | |
---|
[8367] | 6 | libORXlibutil_a_SOURCES = \ |
---|
| 7 | substring.cc \ |
---|
[8531] | 8 | tokenizer.cc \ |
---|
[8367] | 9 | color.cc \ |
---|
| 10 | helper_functions.cc \ |
---|
| 11 | multi_type.cc \ |
---|
| 12 | executor/executor.cc \ |
---|
| 13 | executor/executor_functional.cc \ |
---|
| 14 | executor/executor_lua.cc \ |
---|
| 15 | \ |
---|
| 16 | loading/resource_manager.cc \ |
---|
| 17 | loading/resource.cc \ |
---|
| 18 | loading/game_loader.cc \ |
---|
| 19 | loading/load_param.cc \ |
---|
| 20 | loading/load_param_description.cc \ |
---|
| 21 | loading/factory.cc \ |
---|
| 22 | loading/dynamic_loader.cc \ |
---|
| 23 | \ |
---|
| 24 | filesys/file.cc \ |
---|
| 25 | filesys/directory.cc \ |
---|
| 26 | \ |
---|
| 27 | preferences.cc \ |
---|
| 28 | threading.cc \ |
---|
| 29 | timer.cc |
---|
[4291] | 30 | |
---|
[8531] | 31 | |
---|
[8367] | 32 | noinst_HEADERS = \ |
---|
| 33 | substring.h \ |
---|
[8531] | 34 | tokenizer.h \ |
---|
[8367] | 35 | multi_type.h \ |
---|
| 36 | color.h \ |
---|
| 37 | helper_functions.h \ |
---|
| 38 | executor/executor.h \ |
---|
| 39 | executor/executor_functional.h \ |
---|
| 40 | executor/executor_xml.h \ |
---|
| 41 | executor/executor_lua.h \ |
---|
| 42 | executor/functor_list.h \ |
---|
| 43 | \ |
---|
| 44 | filesys/file.h \ |
---|
| 45 | filesys/directory.h \ |
---|
| 46 | \ |
---|
| 47 | preferences.h \ |
---|
| 48 | threading.h \ |
---|
| 49 | timer.h \ |
---|
| 50 | \ |
---|
| 51 | loading/resource_manager.h \ |
---|
| 52 | loading/resource.h \ |
---|
| 53 | loading/game_loader.h \ |
---|
| 54 | loading/load_param.h \ |
---|
| 55 | loading/load_param_description.h \ |
---|
| 56 | loading/factory.h \ |
---|
| 57 | loading/dynamic_loader.h \ |
---|
| 58 | \ |
---|
| 59 | count_pointer.h \ |
---|
| 60 | list.h |
---|
Note: See
TracBrowser
for help on using the repository browser.