Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/lib/util/Makefile.am @ 8435

Last change on this file since 8435 was 7275, checked in by bensch, 18 years ago

compiles and links in windows

File size: 912 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibutil.a
5
6libORXlibutil_a_SOURCES = \
7                substring.cc \
8                color.cc \
9                helper_functions.cc \
10                multi_type.cc \
11                executor/executor.cc \
12                \
13                loading/resource_manager.cc \
14                loading/resource.cc \
15                loading/game_loader.cc \
16                loading/load_param.cc \
17                loading/load_param_description.cc \
18                loading/factory.cc \
19                loading/dynamic_loader.cc \
20                preferences.cc
21
22
23
24noinst_HEADERS = \
25                substring.h \
26                multi_type.h \
27                color.h \
28                helper_functions.h \
29                executor/executor.h \
30                executor/executor_specials.h \
31                executor/functor_list.h \
32                preferences.h \
33                \
34                loading/resource_manager.h \
35                loading/resource.h \
36                loading/game_loader.h \
37                loading/load_param.h \
38                loading/load_param_description.h \
39                loading/factory.h \
40                loading/dynamic_loader.h \
41                \
42                count_pointer.h \
43                list.h
44
Note: See TracBrowser for help on using the repository browser.