Changeset 3673 in orxonox.OLD for orxonox/branches
- Timestamp:
- Mar 30, 2005, 4:15:46 PM (20 years ago)
- Location:
- orxonox/branches/dave/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/Makefile.am
r3416 r3673 37 37 curve.cc \ 38 38 glmenu_imagescreen.cc\ 39 skysphere.cc 39 skysphere.cc\ 40 shadow.cc 40 41 41 42 … … 80 81 glmenu_imagescreen.h \ 81 82 debug.h \ 82 skysphere.h 83 skysphere.h \ 84 shadow.h 83 85 84 86 -
orxonox/branches/dave/src/Makefile.in
r3659 r3673 64 64 helper_parent.$(OBJEXT) track_manager.$(OBJEXT) \ 65 65 matrix.$(OBJEXT) curve.$(OBJEXT) glmenu_imagescreen.$(OBJEXT) \ 66 skysphere.$(OBJEXT) 66 skysphere.$(OBJEXT) shadow.$(OBJEXT) 67 67 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 68 68 orxonox_LDADD = $(LDADD) … … 85 85 @AMDEP_TRUE@ ./$(DEPDIR)/null_parent.Po ./$(DEPDIR)/orxonox.Po \ 86 86 @AMDEP_TRUE@ ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \ 87 @AMDEP_TRUE@ ./$(DEPDIR)/s kysphere.Po \87 @AMDEP_TRUE@ ./$(DEPDIR)/shadow.Po ./$(DEPDIR)/skysphere.Po \ 88 88 @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/texture.Po \ 89 89 @AMDEP_TRUE@ ./$(DEPDIR)/track.Po ./$(DEPDIR)/track_manager.Po \ … … 239 239 curve.cc \ 240 240 glmenu_imagescreen.cc\ 241 skysphere.cc 241 skysphere.cc\ 242 shadow.cc 242 243 243 244 noinst_HEADERS = ability.h \ … … 281 282 glmenu_imagescreen.h \ 282 283 debug.h \ 283 skysphere.h 284 skysphere.h \ 285 shadow.h 284 286 285 287 EXTRA_DIST = orxonox.conf … … 385 387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@ 386 388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ 389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Po@am__quote@ 387 390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@ 388 391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.