Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/parser/cmdline_parser/Makefile.am @ 7256

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

orxonox/trunk: merged the preferences back to the trunk
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/preferences . -r7233:HEAD
no conflicts… nice work

File size: 168 bytes
Line 
1
2noinst_LIBRARIES = libCmdLineParser.a
3
4libCmdLineParser_a_SOURCES = cmdline_parser.cc
5
6libCmdLineParser_a_CPPFLAGS = "-DNO_SHELL"
7
8noinst_HEADERS = cmdline_parser.h
9
10
Note: See TracBrowser for help on using the repository browser.