Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1952 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2004, 2:59:30 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: console now compiles

Location:
orxonox/branches/automake/console
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/console/Makefile.am

    r1951 r1952  
    1 #AM_CFLAGS="-I FUCK_YOU"
    2 #`pkg-config --cflags gtk+-2.0`
    3 #AM_LDFLAGS="test"
    4 CFLAGS="-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
    5 #`pkg-config --libs  gtk+-2.0`
     1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0`
     2AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
    63
    74bin_PROGRAMS=console
  • orxonox/branches/automake/console/Makefile.in

    r1951 r1952  
    4646CC = @CC@
    4747CCDEPMODE = @CCDEPMODE@
    48 
    49 #AM_CFLAGS="-I FUCK_YOU"
    50 #`pkg-config --cflags gtk+-2.0`
    51 #AM_LDFLAGS="test"
    52 CFLAGS = "-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
     48CFLAGS = @CFLAGS@
    5349CPP = @CPP@
    5450CPPFLAGS = @CPPFLAGS@
     
    114110sysconfdir = @sysconfdir@
    115111target_alias = @target_alias@
    116 
    117 #`pkg-config --libs  gtk+-2.0`
     112AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0`
     113AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
     114
    118115bin_PROGRAMS = console
    119116console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
Note: See TracChangeset for help on using the changeset viewer.