Home | Trees | Indices | Help |
|
---|
|
SCons.Platform.win32
Platform-specific initialization for Win32 systems.
There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Platform.Platform() selection method.
|
|||
_builtin_file file(name[, mode[, buffering]]) -> file object |
|||
_scons_file | |||
file | |||
ArchDefinition Determine which windows CPU were running on. A class for defining architecture-specific settings and logic. |
|
|||
file object |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
CopyFile = windll.kernel32.CopyFileA
|
|||
SetFileTime = windll.kernel32.SetFileTime
|
|||
_shutil_copy = shutil.copy
|
|||
_shutil_copy2 = shutil.copy2
|
|||
parallel_msg =
|
|||
spawn_lock = threading.Lock()
|
|||
_system_root = None hash(x) |
|||
SupportedArchitectureList = [ArchDefinition('x86', ['i386', 'i
|
|||
SupportedArchitectureMap = {}
|
|||
__package__ =
|
|||
a = <SCons.Platform.win32.ArchDefinition object at 0x7f8f53cbd
|
|||
s =
|
|
Returns the definition for the specified architecture string. If no string is specified, the system default is returned (as defined by the PROCESSOR_ARCHITEW6432 or PROCESSOR_ARCHITECTURE environment variables). |
|
__revision__
|
parallel_msg
|
SupportedArchitectureList
|
a
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 7 19:03:29 2019 | http://epydoc.sourceforge.net |