From 149c53ad0dc309f4cd214f8f240e0e82f6c70fa1 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 16 Nov 2009 13:17:49 +0000 Subject: [PATCH] Mark libp3vision as a genpycode lib for ppremake --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 20b4d7f3c4..7872defb65 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -321,7 +321,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 libdirect libpandafx $[if $[HAVE_ODE],libpandaode] +#defer GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libdirect libpandafx libp3vision $[if $[HAVE_ODE],libpandaode] // Normally, Python source files are copied into the INSTALL_LIB_DIR // defined above, along with the compiled C++ library objects, when