Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2005, 11:34:36 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/heightMap: branche heightmap compiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap/src/lib/graphics/importer/Makefile.am

    r3907 r3919  
    2727
    2828
    29 bin_PROGRAMS=importer
     29bin_PROGRAMS=importer heightmap
    3030importer_SOURCES= framework.cc \
    3131                  windowHandler.cc \
     
    4343                  $(MAINSRCDIR)/lib/coord/p_node.cc \
    4444                  $(MAINSRCDIR)/lib/coord/null_parent.cc
     45
     46
     47heightmap_SOURCES= main.cc \
     48                   heightMapTerrain.cc \
     49                   heightMapViewer.cc \
     50                   $(MAINSRCDIR)/lib/math/vector.cc \
     51                   windowHandler.cc
    4552
    4653noinst_HEADERS= framework.h \
Note: See TracChangeset for help on using the changeset viewer.