Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5469 in orxonox.OLD


Ignore:
Timestamp:
Nov 3, 2005, 12:49:33 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles on tardis with flag —with-tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r5468 r5469  
    220220        [sets all the necesary environment flags for linux-TARDIS boxes at the ETH Zurich]), [def_tardis=yes])
    221221if test x$def_tardis = xyes; then
     222  ARCH=i686-debian-linux3.1
    222223  PREFIX=/usr/pack/gamelibs-1.0-to
    223   CPPFLAGS="$CPPFLAGS -I$PREFIX/include"
    224   LDFLAGS="$LDFLAGS -L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib"
     224  CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"
     225  LDFLAGS="${LDFLAGS} -L$PREFIX/${ARCH}/lib -Wl,-rpath -Wl,${PREFIX}/${ARCH}/lib"
    225226  echo "yes"
    226227fi
Note: See TracChangeset for help on using the changeset viewer.