Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2685 in orxonox.OLD for orxonox/branches/buerli


Ignore:
Timestamp:
Nov 1, 2004, 4:02:53 PM (20 years ago)
Author:
patrick
Message:

orxonox/branches/simon: deleted the sounds. this is no fix i'm afraid, the binaries will still be part of the repository unless we turn back again…

Location:
orxonox/branches/buerli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/buerli/Makefile.in

    r2018 r2685  
    9090am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
    9191am__include = @am__include@
    92 am__leading_dot = @am__leading_dot@
    9392am__quote = @am__quote@
    9493bindir = @bindir@
  • orxonox/branches/buerli/src/Makefile.in

    r2589 r2685  
    9090am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
    9191am__include = @am__include@
    92 am__leading_dot = @am__leading_dot@
    9392am__quote = @am__quote@
    9493bindir = @bindir@
     
    117116#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
    118117bin_PROGRAMS = orxonox
    119 orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc
    120 
    121 noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
     118orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc IPhys.cc
     119
     120noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h IPhys.h
    122121subdir = src
    123122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    132131        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
    133132        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) \
    134         base_entity.$(OBJEXT)
     133        base_entity.$(OBJEXT) IPhys.$(OBJEXT)
    135134orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    136135orxonox_LDADD = $(LDADD)
     
    141140depcomp = $(SHELL) $(top_srcdir)/depcomp
    142141am__depfiles_maybe = depfiles
    143 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \
    144 @AMDEP_TRUE@    ./$(DEPDIR)/collision.Po \
     142@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/IPhys.Po ./$(DEPDIR)/base_entity.Po \
     143@AMDEP_TRUE@    ./$(DEPDIR)/camera.Po ./$(DEPDIR)/collision.Po \
    145144@AMDEP_TRUE@    ./$(DEPDIR)/command_node.Po \
    146145@AMDEP_TRUE@    ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \
     
    204203        -rm -f *.tab.c
    205204
     205@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IPhys.Po@am__quote@
    206206@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@
    207207@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.