Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/physics/src/lib/tinyxml/Makefile.am @ 4328

Last change on this file since 4328 was 4283, checked in by bensch, 20 years ago

orxonox/branches/physics: merged the trunk back to branches/physics
merged with command
svn merge -r 4223:HEAD ../../trunk/ .
conflicts additively included

File size: 186 bytes
Line 
1noinst_LIBRARIES = libtinyxml.a
2
3libtinyxml_a_SOURCES = tinyxml.cc \
4                       tinystr.cc \
5                       tinyxmlerror.cc \
6                       tinyxmlparser.cc
7
8noinst_HEADERS= tinyxml.h \
9                tinystr.h
Note: See TracBrowser for help on using the repository browser.