Added libpandaegg to list of default libraries
This commit is contained in:
parent
b1ed45ecb3
commit
2f9bd15e9c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue