mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
update ode lib names
This commit is contained in:
parent
7e8990269e
commit
67be8fcef0
@ -622,7 +622,7 @@
|
||||
// Is ODE installed, and where?
|
||||
#define ODE_IPATH
|
||||
#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]]
|
||||
|
||||
// Do you want to build the DirectD tools for starting Panda clients
|
||||
|
Loading…
x
Reference in New Issue
Block a user