Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/preferences/src/lib/parser/preferences/Makefile.am @ 6383

Last change on this file since 6383 was 6383, checked in by rennerc, 18 years ago

added CmdLinePrefsReader and IniFilePrefsReader

File size: 225 bytes
Line 
1
2noinst_LIBRARIES = libPrefsParser.a
3
4libPrefsParser_a_SOURCES = \
5                                                                cmd_line_prefs_reader.cc \
6                                                                ini_file_prefs_reader.cc
7
8
9noinst_HEADERS = \
10                                                                cmd_line_prefs_reader.h \
11                                                                ini_file_prefs_reader.h
12
13
14
Note: See TracBrowser for help on using the repository browser.