Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1994 in orxonox.OLD for orxonox/branches/dave/core/Makefile


Ignore:
Timestamp:
Jun 21, 2004, 12:39:11 AM (20 years ago)
Author:
dave
Message:

orxonox/branches/dave:[test the Shit]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/core/Makefile

    r1883 r1994  
    2929        orxonox.h \
    3030        data_core.h
    31        
     31
    3232SOURCES = \
    3333        orxonox.cc \
     
    4141        world.o \
    4242        input_output.o \
    43         environment.o
     43        environment.o \
     44        shoot_laser.o \
     45        shoot_rocket.o \
     46        ai.o
    4447
    4548TARGET = orxonox
     
    7376        @echo ""
    7477        @echo "For further info see the README file"
    75        
     78
    7679clean:
    7780        rm -rf *.o *~ orxonox
     
    8588#data_tank.o: data_tank.cc \
    8689#               data_tank.h     
    87        
     90
    8891#EOF
Note: See TracChangeset for help on using the changeset viewer.