Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
CompilationEnvironment Class Reference

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
 
 suffix64
 

Detailed Description

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. 

Constructor & Destructor Documentation

def __init__ (   self,
  platform 
)

Member Function Documentation

def compileDll (   self,
  filename,
  basename 
)
def compileExe (   self,
  filename,
  basename 
)
def determineStandardSetup (   self)

Member Data Documentation

arch
compileObj
dllext
linkDll
linkExe
MD
MSVC
platform
PSDK
Python
PythonIPath
PythonVersion
suffix64