Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 10, 2005, 6:39:18 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: redesigning directory structure - created lib and added all importand classes, did exclude collision.* since i couldnt integrate it into the new pnode model (have to do this with fuzzy)

File:
1 edited

Legend:

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

    r3473 r3474  
    22AM_CXXFLAGS+="-I./story_entities"
    33AM_CXXFLAGS+="-I./mathlib"
     4AM_CXXFLAGS+="-I./lib"
    45
    56AM_LDFLAGS= $(MWINDOWS)
     
    1314                 world.cc \
    1415                 world_entities/player.cc \
    15                  collision.cc \
    1616                 data_tank.cc \
    1717                 world_entities/world_entity.cc \
     
    1919                 camera.cc \
    2020                 command_node.cc \
    21                  ini_parser.cc \
     21                 lib/ini_parser.cc \
    2222                 keynames.cc \
    2323                 base_entity.cc \
     
    3131                 importer/material.cc \
    3232                 importer/texture.cc \
    33                  list.cc \
     33                 lib/list.cc \
    3434                 p_node.cc \
    3535                 null_parent.cc \
     
    4646noinst_HEADERS = ability.h \
    4747                 data_tank.h \
    48                  collision.h \
    4948                 world_entities/npc.h \
    5049                 stdincl.h \
     
    5857                 world_entities/player.h \
    5958                 camera.h \
    60                  ini_parser.h \
     59                 lib/ini_parser.h \
    6160                 power_up.h \
    6261                 mathlib/vector.h \
     
    6564                 world.h \
    6665                 command_node.h \
    67                  list.h \
     66                 lib/list.h \
    6867                 shoot_laser.h \
    6968                 world_entities/world_entity.h \
    7069                 message_structures.h \
    7170                 shoot_rocket.h \
    72                  list_template.h \
     71                 lib/list_template.h \
    7372                 story_entities/story_entity.h \
    7473                 story_entities/story_def.h \
Note: See TracChangeset for help on using the changeset viewer.