Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 10, 2005, 7:01:53 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: redesigning directory structure - created defs and added all importand classes. Moved sfont to font since sfont is the name of an other font library.

File:
1 edited

Legend:

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

    r3474 r3475  
    33AM_CXXFLAGS+="-I./mathlib"
    44AM_CXXFLAGS+="-I./lib"
     5AM_CXXFLAGS+="-I./defs"
     6AM_CXXFLAGS+="-I./font"
    57
    68AM_LDFLAGS= $(MWINDOWS)
     
    1214
    1315orxonox_SOURCES= orxonox.cc \
    14                  world.cc \
     16                 story_entities/world.cc \
    1517                 world_entities/player.cc \
    1618                 data_tank.cc \
     
    4042                 mathlib/curve.cc \
    4143                 glmenu_imagescreen.cc \
    42                  skysphere.cc \
     44                 world_entities/skysphere.cc \
    4345                 light.cc \
    44                  sfont/fontset.cc
     46                 font/fontset.cc
    4547
    4648noinst_HEADERS = ability.h \
    4749                 data_tank.h \
    4850                 world_entities/npc.h \
    49                  stdincl.h \
     51                 defs/stdincl.h \
    5052                 glincl.h \
    5153                 ai.h \
     
    5456                 synchronisable.h \
    5557                 base_entity.h \
    56                  error.h \
     58                 defs/error.h \
    5759                 world_entities/player.h \
    5860                 camera.h \
     
    6264                 keynames.h \
    6365                 proto_class.h \
    64                  world.h \
     66                 story_entities/world.h \
    6567                 command_node.h \
    6668                 lib/list.h \
     
    8284                 mathlib/curve.h \
    8385                 glmenu_imagescreen.h \
    84                  debug.h \
    85                  skysphere.h \
     86                 defs/debug.h \
     87                 world_entities/skysphere.h \
    8688                 light.h \
    87                  sfont/fontset.h
     89                 font/fontset.h
    8890
    8991## orxonox.conf will be used from home-dir instead.
Note: See TracChangeset for help on using the changeset viewer.