Browse Source

update ode lib names

Josh Wilson 19 years ago
parent
commit
67be8fcef0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -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