Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4165 in orxonox.OLD for orxonox/branches/heightMap/src/Makefile.am


Ignore:
Timestamp:
May 11, 2005, 2:23:54 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/heightMap: merged trunk back to the heightMap branche
merged with command:
svn merge trunk/ branches/heightMap/ -r 4122:HEAD

File:
1 edited

Legend:

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

    r4122 r4165  
    2222AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/animation
    2323AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/common
     24AM_CXXFLAGS+=-I$(MAINSRCDIR)/subprojects
    2425
    2526
     
    3233
    3334orxonox_DEPENDENCIES = libORXgui.a
    34 orxonox_LDADD = libORXgui.a
     35orxonox_LDADD = libORXgui.a $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    3536orxonox_SOURCES= orxonox.cc \
    3637                 game_loader.cc \
     
    8990                 lib/xmlparser/tinystr.cc \
    9091                 lib/xmlparser/tinyxmlerror.cc \
    91                  lib/xmlparser/tinyxmlparser.cc
     92                 lib/xmlparser/tinyxmlparser.cc \
     93                 subprojects/benchmark.cc
    9294
    9395
     
    163165                 lib/gui/gui/gui_banner.h \
    164166                 lib/gui/gui/gui_keys.h \
    165                  lib/gui/gui/gui_update.h
     167                 lib/gui/gui/gui_update.h \
     168                 subprojects/benchmark.h
    166169
    167170libORXgui_a_CPPFLAGS=$(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
    168 AM_LDFLAGS=$(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    169171
    170172libORXgui_a_SOURCES = lib/gui/gui/gui.cc \
Note: See TracChangeset for help on using the changeset viewer.