generate tree views

This commit is contained in:
vbawol 2016-05-25 14:53:27 -05:00
parent 89bf743b0c
commit c6c3ec4943
35 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
build=477; build=486;

View File

@ -1 +1 @@
build=477; build=486;

Binary file not shown.

View File

@ -1 +1 @@
build=477; build=486;

Binary file not shown.

View File

@ -1 +1 @@
build=477; build=486;

Binary file not shown.

Binary file not shown.

View File

@ -1009,6 +1009,8 @@ $FolderBrowserDialog1 = New-Object System.Windows.Forms.FolderBrowserDialog
fnc_updateBuildNumber $TextBox2.Text ($x.subitems[1].Text) $incrementServerBuild fnc_updateBuildNumber $TextBox2.Text ($x.subitems[1].Text) $incrementServerBuild
$incrementServerBuild = 0 $incrementServerBuild = 0
tree /A /F $tmp > (Join-Path $x.subitems[1].Text "treeView.txt")
$argz = @($tmp, ( '"' + $Output + '"' ), "-packonly", "-clear", "-prefix=$name", "-project=P:\", "-include=$includes") $argz = @($tmp, ( '"' + $Output + '"' ), "-packonly", "-clear", "-prefix=$name", "-project=P:\", "-include=$includes")
$Label4.Text = "Building Server PBO (" + $x.subitems[0].Text + ".pbo) ... Please wait" $Label4.Text = "Building Server PBO (" + $x.subitems[0].Text + ".pbo) ... Please wait"
@ -1028,6 +1030,8 @@ $FolderBrowserDialog1 = New-Object System.Windows.Forms.FolderBrowserDialog
if (Test-Path $tmp) { Remove-Item -Path $tmp -Recurse } if (Test-Path $tmp) { Remove-Item -Path $tmp -Recurse }
Copy-Item -Path $x.subitems[1].Text -Destination $tmp -Recurse Copy-Item -Path $x.subitems[1].Text -Destination $tmp -Recurse
tree /A /F $tmp > (Join-Path $x.subitems[1].Text "treeView.txt")
$signFlag = "" $signFlag = ""
if (Test-Path $signfile) { $signFlag = ('-sign="' + $signfile + '"') } if (Test-Path $signfile) { $signFlag = ('-sign="' + $signfile + '"') }
@ -1052,6 +1056,8 @@ $FolderBrowserDialog1 = New-Object System.Windows.Forms.FolderBrowserDialog
Copy-Item($src + "epoch_config") -Destination $tmp -Recurse Copy-Item($src + "epoch_config") -Destination $tmp -Recurse
Copy-Item($src + "description.ext") -Destination $tmp Copy-Item($src + "description.ext") -Destination $tmp
tree /A /F $tmp > (Join-Path ($src + "mpmissions") "treeView.txt")
$argz = @($tmp, ( '"' + $Output + '"' ), "-clear", "-prefix=\", "-project=P:\", "-include=$includes") $argz = @($tmp, ( '"' + $Output + '"' ), "-clear", "-prefix=\", "-project=P:\", "-include=$includes")
$Label4.Text = "Building MPMission PBO (" + $x.subitems[0].Text + ".pbo) ... Please wait" $Label4.Text = "Building MPMission PBO (" + $x.subitems[0].Text + ".pbo) ... Please wait"
@ -1065,6 +1071,10 @@ $FolderBrowserDialog1 = New-Object System.Windows.Forms.FolderBrowserDialog
if (Test-Path($env:temp + "\" + $name)) { Remove-Item -Path($env:temp + "\" + $name) -Recurse } if (Test-Path($env:temp + "\" + $name)) { Remove-Item -Path($env:temp + "\" + $name) -Recurse }
} }
} }
#make tree view from
#end
$ProgressBar1.Value = 0 $ProgressBar1.Value = 0
$ProgressBar1.Refresh() $ProgressBar1.Refresh()
} }

View File

@ -1 +1 @@
477 486