Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3383 in orxonox.OLD for orxonox/branches/nico/src/gui/Makefile.in


Ignore:
Timestamp:
Jan 26, 2005, 12:32:47 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/nico: added makefile for the heightmap
I liked it much more if you moved this into importer, and build it there, but for the time being this is ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/nico/src/gui/Makefile.in

    r3238 r3383  
    220220          esac; \
    221221        done; \
    222         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/gui/Makefile'; \
     222        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/gui/Makefile'; \
    223223        cd $(top_srcdir) && \
    224           $(AUTOMAKE) --foreign  src/gui/Makefile
     224          $(AUTOMAKE) --gnu  src/gui/Makefile
    225225.PRECIOUS: Makefile
    226226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.