Browse Source

adding libpandaode to pandac.PandaModules

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

+ 1 - 1
dtool/Config.pp

@@ -321,7 +321,7 @@
 // genPyCode.  You may wish to add to this list to add your own
 // 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
 // libraries, or if you want to use some of the more obscure
 // interfaces like libpandaegg and libpandafx.
 // interfaces like libpandaegg and libpandafx.
-#define GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libdirect libpandafx
+#define GENPYCODE_LIBS libpandaexpress libpanda libpandaphysics libdirect libpandafx libpandaode
 
 
 // Normally, Python source files are copied into the INSTALL_LIB_DIR
 // Normally, Python source files are copied into the INSTALL_LIB_DIR
 // defined above, along with the compiled C++ library objects, when
 // defined above, along with the compiled C++ library objects, when