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.
|
|||
_scons_file | |||
ArchDefinition Determine which windows CPU were running on. A class for defining architecture-specific settings and logic. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
CHOCO_DEFAULT_PATH =
|
|||
_builtin_file = __builtin__.file
|
|||
_builtin_open = __builtin__.open
|
|||
CopyFile = windll.kernel32.CopyFileA
|
|||
SetFileTime = windll.kernel32.SetFileTime
|
|||
_shutil_copy = shutil.copy
|
|||
_shutil_copy2 = shutil.copy2
|
|||
parallel_msg =
|
|||
spawn_lock = <thread.lock object>
|
|||
_system_root = None hash(x) |
|||
SupportedArchitectureList =
|
|||
SupportedArchitectureMap =
|
|||
__package__ =
|
|||
a = <SCons.Platform.win32.ArchDefinition object>
|
|||
s =
|
|
Adjust 'mode' to mark handle as non-inheritable. SCons is multithreaded, so allowing handles to be inherited by children opens us up to races, where (e.g.) processes spawned by the Taskmaster may inherit and retain references to files opened by other threads. This may lead to sharing violations and, ultimately, build failures. By including 'N' as part of fopen's 'mode' parameter, all file handles returned from these functions are atomically marked as non-inheritable. |
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
|
SupportedArchitectureMap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 17 02:08:02 2019 | http://epydoc.sourceforge.net |