Added support for gendocs
This commit is contained in:
parent
c8fc544e70
commit
53cb7855f3
|
|
@ -73,12 +73,14 @@ if (EXTENSIONS is None):
|
|||
|
||||
from direct.ffi import DoGenPyCode
|
||||
from direct.ffi import FFIConstants
|
||||
DoGenPyCode.outputDir = PANDAC
|
||||
DoGenPyCode.outputCodeDir = PANDAC
|
||||
DoGenPyCode.outputHTMLDir = os.path.join(PANDAC,"..","doc")
|
||||
DoGenPyCode.directDir = DIRECT
|
||||
DoGenPyCode.extensionsDir = EXTENSIONS
|
||||
DoGenPyCode.interrogateLib = r'libdtoolconfig'
|
||||
DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libdirect','libpandaegg']
|
||||
DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
|
||||
DoGenPyCode.pythonSourcePath = [DIRECT]
|
||||
DoGenPyCode.native = 1
|
||||
|
||||
#print "outputDir = ",DoGenPyCode.outputDir
|
||||
|
|
|
|||
Loading…
Reference in New Issue