Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/Makefile.am


Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

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

    r3525 r3605  
    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                 camera.cc \
    3535                 track_manager.cc \
    36                  light.cc \
     36                 track_node.cc \
     37                 simple_animation.cc \
    3738                 factory.cc \
    3839                 story_entities/story_entity.cc \
     
    4344                 world_entities/environment.cc \
    4445                 world_entities/skysphere.cc \
     46                 world_entities/terrain.cc \
     47                 world_entities/primitive.cc \
     48                 world_entities/weapon.cc \
     49                 world_entities/projectile.cc \
     50                 world_entities/character_attributes.cc \
    4551                 ai/ai.cc \
    4652                 lib/coord/p_node.cc \
     
    4854                 lib/coord/helper_parent.cc \
    4955                 lib/data/data_tank.cc \
     56                 lib/graphics/light.cc \
    5057                 lib/graphics/font/fontset.cc \
    5158                 lib/graphics/importer/array.cc \
     
    6067                 lib/util/substring.cc \
    6168                 lib/math/vector.cc \
    62                  lib/math/matrix.cc \
    6369                 lib/math/curve.cc \
    6470                 lib/xmlparser/tinystr.cc \
     
    7783                 command_node.h \
    7884                 message_structures.h \
    79                  light.h \
     85                 track_manager.h \
     86                 track_node.h \
     87                 simple_animation.h \
    8088                 story_entities/story_entity.h \
    8189                 story_entities/story_def.h \
     
    8795                 world_entities/environment.h \
    8896                 world_entities/skysphere.h \
    89                  world_entities/shoot_laser.h \
    90                  world_entities/shoot_rocket.h \
    9197                 world_entities/power_up.h \
     98                 world_entities/terrain.h \
     99                 world_entities/primitive.h \
     100                 world_entities/weapon.h \
     101                 world_entities/projectile.h \
     102                 world_entities/character_attributes.h \
    92103                 ai/ai.h \
    93104                 network/synchronisable.h \
     
    99110                 lib/coord/null_parent.h \
    100111                 lib/coord/helper_parent.h \
     112                 lib/graphics/light.h \
    101113                 lib/graphics/font/fontset.h \
    102114                 lib/data/data_tank.h \
     
    110122                 lib/xmlparser/tinystr.h \
    111123                 lib/math/vector.h \
    112                  lib/math/matrix.h \
    113124                 lib/math/curve.h \
    114125                 glmenu/glmenu_imagescreen.h
     
    119130
    120131if SUB_PROJECTS
    121   SUB_PROGS = lib
     132  SUB_PROGS = lib subprojects
    122133else
    123134  SUB_PROGS =
Note: See TracChangeset for help on using the changeset viewer.