Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 26, 2005, 3:28:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved protoclass to folder proto
added protosingleton
added resourceManager
modiefied some stuff to work better

File:
1 edited

Legend:

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

    r3652 r3655  
    6666                 lib/util/ini_parser.cc \
    6767                 lib/util/list.cc \
     68                 lib/util/resource_manager.cc \
    6869                 lib/math/vector.cc \
    6970                 lib/math/curve.cc \
    70                  glmenu/glmenu_imagescreen.cc 
     71                 glmenu/glmenu_imagescreen.cc
    7172
    7273noinst_HEADERS = orxonox.h \
     
    7677                 camera.h \
    7778                 keynames.h \
    78                  proto_class.h \
    7979                 command_node.h \
    8080                 message_structures.h \
     
    117117                 lib/util/list.h \
    118118                 lib/util/list_template.h \
     119                 lib/util/resource_manager.h \
    119120                 lib/util/ini_parser.h \
    120121                 lib/math/vector.h \
     
    124125
    125126## orxonox.conf will be used from home-dir instead.
    126 EXTRA_DIST = orxonox.conf
     127EXTRA_DIST = orxonox.conf \
     128             proto/proto_class.h \
     129             proto/proto_class.cc \
     130             proto/proto_singleton.h \
     131             proto/proto_singleton.cc
    127132
    128133if SUB_PROJECTS
Note: See TracChangeset for help on using the changeset viewer.