mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
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 DoGenPyCode
|
||||||
from direct.ffi import FFIConstants
|
from direct.ffi import FFIConstants
|
||||||
DoGenPyCode.outputDir = PANDAC
|
DoGenPyCode.outputCodeDir = PANDAC
|
||||||
|
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','libdirect','libpandaegg']
|
DoGenPyCode.codeLibs = ['libpandaexpress','libpanda','libpandaphysics','libpandafx','libdirect','libpandaegg']
|
||||||
DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
|
DoGenPyCode.etcPath = [os.path.join(PANDAC,"input")]
|
||||||
|
DoGenPyCode.pythonSourcePath = [DIRECT]
|
||||||
DoGenPyCode.native = 1
|
DoGenPyCode.native = 1
|
||||||
|
|
||||||
#print "outputDir = ",DoGenPyCode.outputDir
|
#print "outputDir = ",DoGenPyCode.outputDir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user