Changeset 3919 in orxonox.OLD for orxonox/branches/heightMap/src/lib/graphics/importer/Makefile.am
- Timestamp:
- Apr 21, 2005, 11:34:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/lib/graphics/importer/Makefile.am
r3907 r3919 27 27 28 28 29 bin_PROGRAMS=importer 29 bin_PROGRAMS=importer heightmap 30 30 importer_SOURCES= framework.cc \ 31 31 windowHandler.cc \ … … 43 43 $(MAINSRCDIR)/lib/coord/p_node.cc \ 44 44 $(MAINSRCDIR)/lib/coord/null_parent.cc 45 46 47 heightmap_SOURCES= main.cc \ 48 heightMapTerrain.cc \ 49 heightMapViewer.cc \ 50 $(MAINSRCDIR)/lib/math/vector.cc \ 51 windowHandler.cc 45 52 46 53 noinst_HEADERS= framework.h \
Note: See TracChangeset
for help on using the changeset viewer.