- Timestamp:
- Mar 11, 2005, 1:15:33 AM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r3489 r3490 7 7 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data 8 8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics 9 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics/font 9 10 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer 10 11 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui … … 45 46 lib/coord/helper_parent.cc \ 46 47 lib/data/data_tank.cc \ 48 lib/graphics/font/fontset.cc 47 49 lib/graphics/importer/array.cc \ 48 50 lib/graphics/importer/objModel.cc \ … … 58 60 lib/math/curve.cc \ 59 61 glmenu/glmenu_imagescreen.cc \ 60 font/fontset.cc61 62 62 63 noinst_HEADERS = orxonox.h \ … … 91 92 lib/coord/null_parent.h \ 92 93 lib/coord/helper_parent.h \ 94 lib/graphics/font/fontset.h 93 95 lib/data/data_tank.h \ 94 96 lib/lang/base_entity.h \ … … 101 103 lib/math/curve.h \ 102 104 glmenu/glmenu_imagescreen.h \ 103 font/fontset.h 105 104 106 105 107 ## orxonox.conf will be used from home-dir instead.
Note: See TracChangeset
for help on using the changeset viewer.