Added libpandaode to genpycode

This commit is contained in:
rdb 2008-05-13 10:05:47 +00:00
parent 203b7f1a89
commit 868d77a906

View File

@ -78,7 +78,7 @@ DoGenPyCode.outputHTMLDir = os.path.join(PANDAC,"..","doc")
DoGenPyCode.directDir = DIRECT DoGenPyCode.directDir = DIRECT
DoGenPyCode.extensionsDir = EXTENSIONS DoGenPyCode.extensionsDir = EXTENSIONS
DoGenPyCode.interrogateLib = r'libdtoolconfig' DoGenPyCode.interrogateLib = r'libdtoolconfig'
DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libp3direct','libpandaskel','libpandaegg'] DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libp3direct','libpandaskel','libpandaegg','libpandaode']
DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")] DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
DoGenPyCode.pythonSourcePath = [DIRECT] DoGenPyCode.pythonSourcePath = [DIRECT]
DoGenPyCode.native = 1 DoGenPyCode.native = 1