mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-06-15 03:01:48 -07:00
Doc & script updates
This commit is contained in:
@ -9,9 +9,6 @@ Push-Location $path_root
|
||||
#region Arguments
|
||||
$vendor = $null
|
||||
$release = $null
|
||||
[bool] $bootstrap = $false
|
||||
[bool] $singleheader = $false
|
||||
[bool] $test = $false
|
||||
|
||||
[array] $vendors = @( "clang", "msvc" )
|
||||
|
||||
|
@ -5,9 +5,9 @@ $path_project = join-path $path_root "project"
|
||||
$path_build = join-path $path_project "build"
|
||||
$path_dependencies = join-path $path_project "dependencies"
|
||||
|
||||
if ( Test-Path $path_dependencies ) {
|
||||
Remove-Item $path_dependencies -Recurse
|
||||
}
|
||||
# if ( Test-Path $path_dependencies ) {
|
||||
# Remove-Item $path_dependencies -Recurse
|
||||
# }
|
||||
if ( Test-Path $path_project ) {
|
||||
Remove-Item $path_build -Recurse
|
||||
}
|
||||
|
Reference in New Issue
Block a user