Docs

上级 05dbbf39
####
#
# $bootstrapDir: directory containing the bootstrap compiler
# $release: whether to build a debug or release build
# $altRootDrive: the drive we build on (via subst) for verifying pathmap implementation
#
####
[CmdletBinding(PositionalBinding=$false)]
param ( [string]$bootstrapDir = "",
[switch]$release = $false,
[string]$altRootDrive = "q:")
Set-StrictMode -version 2.0
$ErrorActionPreference = "Stop"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册