Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3673 in orxonox.OLD


Ignore:
Timestamp:
Mar 30, 2005, 4:15:46 PM (19 years ago)
Author:
dave
Message:

orxonox/branches/shadows: leere Klassen vorbereitet

Location:
orxonox/branches/dave/src
Files:
2 edited

Legend:

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

    r3416 r3673  
    3737                 curve.cc \
    3838                 glmenu_imagescreen.cc\
    39                  skysphere.cc
     39                 skysphere.cc\
     40                 shadow.cc
    4041
    4142
     
    8081                 glmenu_imagescreen.h \
    8182                 debug.h \
    82                  skysphere.h
     83                 skysphere.h \
     84                 shadow.h
    8385
    8486
  • orxonox/branches/dave/src/Makefile.in

    r3659 r3673  
    6464        helper_parent.$(OBJEXT) track_manager.$(OBJEXT) \
    6565        matrix.$(OBJEXT) curve.$(OBJEXT) glmenu_imagescreen.$(OBJEXT) \
    66         skysphere.$(OBJEXT)
     66        skysphere.$(OBJEXT) shadow.$(OBJEXT)
    6767orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6868orxonox_LDADD = $(LDADD)
     
    8585@AMDEP_TRUE@    ./$(DEPDIR)/null_parent.Po ./$(DEPDIR)/orxonox.Po \
    8686@AMDEP_TRUE@    ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \
    87 @AMDEP_TRUE@    ./$(DEPDIR)/skysphere.Po \
     87@AMDEP_TRUE@    ./$(DEPDIR)/shadow.Po ./$(DEPDIR)/skysphere.Po \
    8888@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/texture.Po \
    8989@AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/track_manager.Po \
     
    239239                 curve.cc \
    240240                 glmenu_imagescreen.cc\
    241                  skysphere.cc
     241                 skysphere.cc\
     242                 shadow.cc
    242243
    243244noinst_HEADERS = ability.h \
     
    281282                 glmenu_imagescreen.h \
    282283                 debug.h \
    283                  skysphere.h
     284                 skysphere.h \
     285                 shadow.h
    284286
    285287EXTRA_DIST = orxonox.conf
     
    385387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@
    386388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
     389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Po@am__quote@
    387390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@
    388391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.