Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3790 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Apr 13, 2005, 12:33:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the textEngine back into the trunk.
merged with command:
svn merge -r 3681:HEAD branches/textEngine/ trunk/

conflicts in:
world.cc/h orxonox.cc NEWS
changed in favor of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r3761 r3790  
    77AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
    88AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics
    9 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/font
    109AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer
    1110AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui
     
    3433                 track_manager.cc \
    3534                 track_node.cc \
     35                 animation.cc \
    3636                 simple_animation.cc \
    3737                 garbage_collector.cc \
     
    5757                 lib/graphics/graphics_engine.cc \
    5858                 lib/graphics/light.cc \
    59                  lib/graphics/font/fontset.cc \
     59                 lib/graphics/text_engine.cc \
    6060                 lib/graphics/importer/array.cc \
    6161                 lib/graphics/importer/objModel.cc \
     
    8383                 track_manager.h \
    8484                 track_node.h \
     85                 animation.h \
    8586                 simple_animation.h \
    8687                 garbage_collector.h \
     
    114115                 lib/graphics/graphics_engine.h \
    115116                 lib/graphics/light.h \
    116                  lib/graphics/font/fontset.h \
     117                 lib/graphics/text_engine.h \
    117118                 lib/data/data_tank.h \
    118119                 lib/lang/base_entity.h \
Note: See TracChangeset for help on using the changeset viewer.