Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2989 in orxonox.OLD for orxonox/trunk/console/Makefile.in


Ignore:
Timestamp:
Nov 25, 2004, 11:13:25 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: libs now included in the right way, should work for mingw32 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/console/Makefile.in

    r2980 r2989  
    108108LDFLAGS = @LDFLAGS@
    109109LIBOBJS = @LIBOBJS@
    110 LIBS = @LIBS@
     110#AM_LDFLAGS=$(GTK2_LIBS)
     111LIBS = $(GTK2_LIBS)
    111112LTLIBOBJS = @LTLIBOBJS@
    112113MAKEINFO = @MAKEINFO@
     
    171172target_vendor = @target_vendor@
    172173AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS)
    173 AM_LDFLAGS = $(GTK2_LIBS)
    174174console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
    175175noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
Note: See TracChangeset for help on using the changeset viewer.