Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3525 in orxonox.OLD for orxonox/branches/levelloader/src/Makefile.am


Ignore:
Timestamp:
Mar 13, 2005, 6:59:20 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: removed excess class usage adn messed with makefile definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/Makefile.am

    r3499 r3525  
    1313AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util
    1414AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/math
     15AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/xmlparser
    1516AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
    1617AM_CXXFLAGS+=-I$(MAINSRCDIR)/font
     
    3435                 track_manager.cc \
    3536                 light.cc \
     37                 factory.cc \
    3638                 story_entities/story_entity.cc \
    3739                 story_entities/campaign.cc \
     
    5658                 lib/util/ini_parser.cc \
    5759                 lib/util/list.cc \
     60                 lib/util/substring.cc \
    5861                 lib/math/vector.cc \
    5962                 lib/math/matrix.cc \
    6063                 lib/math/curve.cc \
     64                 lib/xmlparser/tinystr.cc \
     65                 lib/xmlparser/tinyxml.cc \
     66                 lib/xmlparser/tinyxmlerror.cc \
     67                 lib/xmlparser/tinyxmlparser.cc \
    6168                 glmenu/glmenu_imagescreen.cc
    6269
     
    6471                 game_loader.h \
    6572                 track_manager.h \
    66                  ability.h \
     73     ability.h \
    6774                 camera.h \
    6875                 keynames.h \
     
    99106                 lib/util/list_template.h \
    100107                 lib/util/ini_parser.h \
     108                 lib/util/substring.h \
     109                 lib/xmlparser/tinyxml.h \
     110                 lib/xmlparser/tinystr.h \
    101111                 lib/math/vector.h \
    102112                 lib/math/matrix.h \
Note: See TracChangeset for help on using the changeset viewer.