From 4b2c64d73f2da0c79254276f870c932720b15c67 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 26 Aug 2013 12:18:38 +0000 Subject: [PATCH] Add libp3vrpn to genpycode list. --- dtool/Config.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 804c719c5e..88a22a4e71 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -349,7 +349,7 @@ // genPyCode. You may wish to add to this list to add your own // libraries, or if you want to use some of the more obscure // interfaces like libpandaegg and libpandafx. -#defer GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libp3direct libpandafx libp3vision $[if $[HAVE_ODE],libpandaode] +#defer GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libp3direct libpandafx libp3vision $[if $[HAVE_ODE],libpandaode] $[if $[HAVE_VRPN],libp3vrpn] // Normally, Python source files are copied into the INSTALL_LIB_DIR // defined above, along with the compiled C++ library objects, when @@ -814,6 +814,7 @@ #define ODE_IPATH #define ODE_LPATH #define ODE_LIBS $[if $[WINDOWS_PLATFORM],ode.lib,ode] +#define ODE_CFLAGS #defer HAVE_ODE $[libtest $[ODE_LPATH],$[ODE_LIBS]] // Is Awesomium installed, and where?