Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9905 in orxonox.OLD


Ignore:
Timestamp:
Oct 27, 2006, 2:35:41 PM (18 years ago)
Author:
bottac
Message:

Added libODE to Automake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ODE/configure.ac

    r9886 r9905  
    298298  AX_CHECK_REQUIRED_HEADER_LIB([SDL.h SDL/SDL.h], [SDL], [main],,, [http://www.libsdl.org])
    299299
     300
     301
     302#-----#
     303# ODE #
     304#-----#
     305AX_CHECK_REQUIRED_HEADER_LIB([ode/ode.h],[ode],[main],,,[http://www.ode.org])
     306
     307
    300308    ;;
     309
     310
    301311
    302312###########
     
    375385#--------#
    376386AX_CHECK_REQUIRED_HEADER_LIB([AL/al.h], [OpenAL32], [main],,, [http://www.openal.org])
     387
     388#-----#
     389# ODE #
     390#-----#
     391AX_CHECK_REQUIRED_HEADER_LIB([ode/ode.h],[ode],[main],,,[http://www.ode.org])
     392
    377393
    378394#-----------#
Note: See TracChangeset for help on using the changeset viewer.