Added libpandaegg to list of default libraries

This commit is contained in:
Josh Yelon 2005-05-12 14:08:51 +00:00
parent b1ed45ecb3
commit 2f9bd15e9c

View File

@ -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