Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4233 in orxonox.OLD for orxonox/branches/levelLoader/src/Makefile.am


Ignore:
Timestamp:
May 20, 2005, 1:37:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: loading through Functors.
This should make our lives much more simple, if they are implemented real good.
This will take some time, and i would like you to comment on this.

File:
1 edited

Legend:

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

    r4231 r4233  
    2222AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/animation
    2323AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/common
     24AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/loading
    2425AM_CXXFLAGS+=-I$(MAINSRCDIR)/subprojects
    2526
     
    151152                 util/common/list_template.h \
    152153                 util/resource_manager.h \
     154                 util/loading/load_param.h \
    153155                 lib/util/ini_parser.h \
    154156                 lib/util/substring.h \
     
    189191
    190192## orxonox.conf will be used from home-dir instead.
    191 EXTRA_DIST = orxonox.conf \
    192              proto/proto_class.h \
     193EXTRA_DIST = proto/proto_class.h \
    193194             proto/proto_class.cc \
    194195             proto/proto_singleton.h \
Note: See TracChangeset for help on using the changeset viewer.