mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
generate tree views
This commit is contained in:
parent
89bf743b0c
commit
c6c3ec4943
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
build=477;
|
||||
build=486;
|
||||
|
@ -1 +1 @@
|
||||
build=477;
|
||||
build=486;
|
||||
|
BIN
Sources/epoch_server/treeView.txt
Normal file
BIN
Sources/epoch_server/treeView.txt
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
build=477;
|
||||
build=486;
|
||||
|
BIN
Sources/epoch_server_core/treeView.txt
Normal file
BIN
Sources/epoch_server_core/treeView.txt
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
build=477;
|
||||
build=486;
|
||||
|
BIN
Sources/epoch_server_settings/treeView.txt
Normal file
BIN
Sources/epoch_server_settings/treeView.txt
Normal file
Binary file not shown.
BIN
Sources/mpmissions/treeView.txt
Normal file
BIN
Sources/mpmissions/treeView.txt
Normal file
Binary file not shown.
@ -1009,6 +1009,8 @@ $FolderBrowserDialog1 = New-Object System.Windows.Forms.FolderBrowserDialog
|
||||
fnc_updateBuildNumber $TextBox2.Text ($x.subitems[1].Text) $incrementServerBuild
|
||||
$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")
|
||||
|
||||
$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 }
|
||||
Copy-Item -Path $x.subitems[1].Text -Destination $tmp -Recurse
|
||||
|
||||
tree /A /F $tmp > (Join-Path $x.subitems[1].Text "treeView.txt")
|
||||
|
||||
$signFlag = ""
|
||||
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 + "description.ext") -Destination $tmp
|
||||
|
||||
tree /A /F $tmp > (Join-Path ($src + "mpmissions") "treeView.txt")
|
||||
|
||||
$argz = @($tmp, ( '"' + $Output + '"' ), "-clear", "-prefix=\", "-project=P:\", "-include=$includes")
|
||||
|
||||
$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 }
|
||||
}
|
||||
}
|
||||
#make tree view from
|
||||
|
||||
|
||||
#end
|
||||
$ProgressBar1.Value = 0
|
||||
$ProgressBar1.Refresh()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user