Panda3D
|
Public Member Functions | |
def | __init__ (self, platform) |
def | compileDll (self, filename, basename) |
def | compileExe (self, filename, basename) |
def | determineStandardSetup (self) |
Public Attributes | |
arch | |
compileObj | |
dllext | |
linkDll | |
linkExe | |
MD | |
MSVC | |
platform | |
PSDK | |
Python | |
PythonIPath | |
PythonVersion | |
suffix64 | |
Create an instance of this class to record the commands to invoke the compiler on a given platform. If needed, the caller can create a custom instance of this class (or simply set the compile strings directly) to customize the build environment.
def __init__ | ( | self, | |
platform | |||
) |
def compileDll | ( | self, | |
filename, | |||
basename | |||
) |
def compileExe | ( | self, | |
filename, | |||
basename | |||
) |
def determineStandardSetup | ( | self | ) |
arch |
compileObj |
dllext |
linkDll |
linkExe |
MD |
MSVC |
platform |
PSDK |
Python |
PythonIPath |
PythonVersion |
suffix64 |