mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
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.outputDir = PANDAC
|
||||||
DoGenPyCode.extensionsDir = EXTENSIONS
|
DoGenPyCode.extensionsDir = EXTENSIONS
|
||||||
DoGenPyCode.interrogateLib = r'libdtoolconfig'
|
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")]
|
DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
|
||||||
|
|
||||||
#print "outputDir = ",DoGenPyCode.outputDir
|
#print "outputDir = ",DoGenPyCode.outputDir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user