Changeset 5467 in orxonox.OLD for trunk/configure
- Timestamp:
- Nov 3, 2005, 12:40:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5463 r5467 882 882 libraries. 883 883 --with-sub-projects also builds the subProjects while make from srcdir 884 --with-tardis sets all the necesary environment flags for 885 linux-TARDIS boxes at the ETH Zurich 884 886 885 887 Some influential environment variables: … … 4152 4154 fi 4153 4155 4156 4157 4158 4159 #---------------------------# 4160 # WITH TARDIS (convenience) # 4161 #---------------------------# 4162 def_tardis=no 4163 echo "$as_me:$LINENO: checking convenience flag for working at the taris in the ETH zurich" >&5 4164 echo $ECHO_N "checking convenience flag for working at the taris in the ETH zurich... $ECHO_C" >&6 4165 4166 # Check whether --with-tardi or --without-tardi was given. 4167 if test "${with_tardi+set}" = set; then 4168 withval="$with_tardi" 4169 def_tardis=yes 4170 fi; 4171 if test x$def_tardis = xyes; then 4172 PREFIX=/usr/pack/gamelibs-1.0-to 4173 CPPFLAGS="$CPPFLAGS -I$PREFIX/include" 4174 LDFLAGS="$LDFLAGS -L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib" 4175 echo "yes" 4176 fi 4177 if test x$def_tardis = xno; then 4178 echo "no" 4179 fi 4154 4180 4155 4181 #######################
Note: See TracChangeset
for help on using the changeset viewer.