File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Write-Output ("当前工作目录是:" + $CurrentLocation)
66
77# 构建主要目标
88
9- cmake -- build " build/x86" -- target LuaSTG -- config Release -- clean- first
9+ # cmake --build "build/x86" --target LuaSTG --config Release --clean-first
1010cmake -- build " build/amd64" -- target LuaSTG -- config Release -- clean- first
1111
1212# 复原
Original file line number Diff line number Diff line change 1+ # 配置工作目录
2+
3+ Set-Location - Path ($PSScriptRoot + " /.." )
4+ $CurrentLocation = Get-Location
5+ Write-Output (" 当前工作目录是:" + $CurrentLocation )
6+
7+ # 构建主要目标
8+
9+ cmake -- build " build/x86" -- target LuaSTG -- config Release -- clean- first
10+ # cmake --build "build/amd64" --target LuaSTG --config Release --clean-first
11+
12+ # 复原
13+
14+ Set-Location $PSScriptRoot
You can’t perform that action at this time.
0 commit comments