Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2019 in orxonox.OLD for orxonox/trunk/console/Makefile.am


Ignore:
Timestamp:
Jun 23, 2004, 12:37:54 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: now everything should compile in Windows and Linux

File:
1 edited

Legend:

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

    r1956 r2019  
    1 AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0`
    2 AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
     1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     2#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    33
    44bin_PROGRAMS=console
    5 console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
     5console_SOURCES=orxonox_console.cc orxonox_console.h \
     6                orxonox_console_entry.cc orxonox_console_entry.h \
     7                orxonox_console_log.cc orxonox_console_log.h
    68
    79#  uncomment the following if bencoder requires the math library
Note: See TracChangeset for help on using the changeset viewer.