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.
|
file object
|
_builtin_open(name,
mode=...,
buffering=...)
Open a file using the file() type, returns a file object. This is the
preferred way to open a file. See file.__doc__ for further information. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| piped_spawn(sh,
escape,
cmd,
args,
env,
stdout,
stderr) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_program_files_dir()
Get the location of the program files directory
Returns
------- |
source code
|
|
|
|
|
|
|
|
|
|
__revision__ = 'src/engine/SCons/Platform/win32.py 72ae09dc35a...
|
|
|
CHOCO_DEFAULT_PATH = ['C:\\ProgramData\\chocolatey\\bin']
|
|
|
CopyFile = windll.kernel32.CopyFileA
|
|
|
SetFileTime = windll.kernel32.SetFileTime
|
|
|
_shutil_copy = shutil.copy
|
|
|
_shutil_copy2 = shutil.copy2
|
|
|
parallel_msg = 'you do not seem to have the pywin32 extensions...
|
|
|
spawn_lock = <thread.lock object>
|
|
|
_system_root = None
hash(x)
|
|
|
SupportedArchitectureList = [<SCons.Platform.win32.ArchDefinit...
|
|
|
SupportedArchitectureMap = {'AMD64': <SCons.Platform.win32.Arc...
|
|
|
__package__ = 'SCons.Platform'
|
|
|
a = <SCons.Platform.win32.ArchDefinition object>
|
|
|
s = 'IA64'
|