update ode lib names

This commit is contained in:
Josh Wilson 2007-01-29 21:10:34 +00:00
parent 7e8990269e
commit 67be8fcef0

View File

@ -622,7 +622,7 @@
// Is ODE installed, and where? // Is ODE installed, and where?
#define ODE_IPATH #define ODE_IPATH
#define ODE_LPATH #define ODE_LPATH
#define ODE_LIBS $[if $[WINDOWS_PLATFORM],libode.lib,libode] #define ODE_LIBS $[if $[WINDOWS_PLATFORM],ode.lib,ode]
#defer HAVE_ODE $[libtest $[ODE_LPATH],$[ODE_LIBS]] #defer HAVE_ODE $[libtest $[ODE_LPATH],$[ODE_LIBS]]
// Do you want to build the DirectD tools for starting Panda clients // Do you want to build the DirectD tools for starting Panda clients