Panda3D
|
Public Member Functions | |
def | __init__ |
def | compileDll |
def | compileExe |
def | determineStandardSetup |
Public Attributes | |
arch | |
compileObj | |
dllext | |
linkDll | |
linkExe | |
MD | |
MSVC | |
platform | |
PSDK | |
Python | |
PythonIPath | |
PythonVersion |
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 | ) |