Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 18, 2005, 10:28:57 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: attenuation works, and the Light is now in lib/graphics

File:
1 edited

Legend:

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

    r3595 r3603  
    66AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/coord
    77AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
    8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics
     8AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics
    99AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/font
    1010AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer
     
    3434                 track_manager.cc \
    3535                 track_node.cc \
    36                  light.cc \
    3736                 simple_animation.cc \
    3837                 story_entities/story_entity.cc \
     
    5352                 lib/coord/helper_parent.cc \
    5453                 lib/data/data_tank.cc \
     54                 lib/graphics/light.cc \
    5555                 lib/graphics/font/fontset.cc \
    5656                 lib/graphics/importer/array.cc \
     
    7676                 command_node.h \
    7777                 message_structures.h \
    78                  light.h \
    7978                 track_manager.h \
    8079                 track_node.h \
     
    104103                 lib/coord/null_parent.h \
    105104                 lib/coord/helper_parent.h \
     105                 lib/graphics/light.h \
    106106                 lib/graphics/font/fontset.h \
    107107                 lib/data/data_tank.h \
Note: See TracChangeset for help on using the changeset viewer.