Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

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