Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.am
- Timestamp:
- Apr 7, 2005, 3:54:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.am
r3499 r3746 5 5 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib 6 6 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data 7 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/g aphics7 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics 8 8 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer 9 9 AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang … … 27 27 model.cc \ 28 28 objModel.cc \ 29 primitive_model.cc \ 29 30 array.cc \ 30 31 material.cc \ 31 32 texture.cc \ 32 $(MAINSRCDIR)/lib/math/vector.cc 33 $(MAINSRCDIR)/lib/graphics/graphics_engine.cc \ 34 $(MAINSRCDIR)/lib/lang/base_object.cc \ 35 $(MAINSRCDIR)/lib/math/vector.cc \ 36 $(MAINSRCDIR)/lib/util/resource_manager.cc 33 37 34 38 noinst_HEADERS= framework.h \ … … 36 40 model.h \ 37 41 objModel.h \ 42 primitive_model.h \ 38 43 array.h \ 39 44 material.h \
Note: See TracChangeset
for help on using the changeset viewer.