We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad25c3 commit 4a09a3fCopy full SHA for 4a09a3f
setup_ps_env_VS2013.ps1
@@ -8,7 +8,7 @@ function Get-Batchfile ($file) {
8
9
function VsVars32()
10
{
11
- $vs110comntools = (Get-ChildItem env:VS120COMNTOOLS).Value
+ $vs120comntools = (Get-ChildItem env:VS120COMNTOOLS).Value
12
$batchFile = [System.IO.Path]::Combine($vs120comntools, "vsvars32.bat")
13
Get-Batchfile $BatchFile
14
}
0 commit comments