From 0e4e85152084e1d4795dd066e209bc6563d66570 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 31 Jan 2007 18:52:38 +0000 Subject: [PATCH] took libpandaode out of default GENPYCODE_LIBS. add it to your personal Config.pp for now. --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 94c2e9c8a0..7dc1bca430 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. -#define GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libdirect libpandafx libpandaode +#define GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libdirect libpandafx // Normally, Python source files are copied into the INSTALL_LIB_DIR // defined above, along with the compiled C++ library objects, when