|
@@ -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.outputDir = PANDAC
|
|
|
|
|
+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")]
|
|
|
|
|
|
|
|
#print "outputDir = ",DoGenPyCode.outputDir
|
|
#print "outputDir = ",DoGenPyCode.outputDir
|
|
|
|
|
+#print "directDir = ",DoGenPyCode.directDir
|
|
|
#print "extensionsDir = ",DoGenPyCode.extensionsDir
|
|
#print "extensionsDir = ",DoGenPyCode.extensionsDir
|
|
|
#print "interrogateLib = ",DoGenPyCode.interrogateLib
|
|
#print "interrogateLib = ",DoGenPyCode.interrogateLib
|
|
|
#print "codeLibs = ",DoGenPyCode.codeLibs
|
|
#print "codeLibs = ",DoGenPyCode.codeLibs
|