Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/automake: console now compiles

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.