Browse Source

Added libpandaegg to list of default libraries

Josh Yelon 20 years ago
parent
commit
2f9bd15e9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/ffi/jGenPyCode.py

+ 1 - 1
direct/src/ffi/jGenPyCode.py

@@ -75,7 +75,7 @@ from direct.ffi import FFIConstants
 DoGenPyCode.outputDir = PANDAC
 DoGenPyCode.extensionsDir = EXTENSIONS
 DoGenPyCode.interrogateLib = r'libdtoolconfig'
-DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libdirect']
+DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libdirect','libpandaegg']
 DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
 
 #print "outputDir = ",DoGenPyCode.outputDir