mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
ps1
This commit is contained in:
parent
adc3daaa73
commit
305ea4a00e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (-not (Test-Path $clangFormatFilePath) -or ($currentVersion -ne $requiredVers
|
||||||
|
|
||||||
$basePath = (Resolve-Path .).Path
|
$basePath = (Resolve-Path .).Path
|
||||||
$files = Get-ChildItem -Path $basePath\soh -Recurse -File `
|
$files = Get-ChildItem -Path $basePath\soh -Recurse -File `
|
||||||
| Where-Object { (-not ($_.FullName -like "*\soh\include\miniaudio*")) -and (-not ($_.FullName -like "*\soh\include\dr_libs\*")) -and `
|
| Where-Object { (-not ($_.FullName -like "*\soh\include\miniaudio*")) -and `
|
||||||
($_.Extension -eq '.c' -or $_.Extension -eq '.cpp' -or `
|
($_.Extension -eq '.c' -or $_.Extension -eq '.cpp' -or `
|
||||||
(($_.Extension -eq '.h' -or $_.Extension -eq '.hpp') -and `
|
(($_.Extension -eq '.h' -or $_.Extension -eq '.hpp') -and `
|
||||||
(-not ($_.FullName -like "*\soh\src\*" -or $_.FullName -like "*\soh\include\*")))) -and `
|
(-not ($_.FullName -like "*\soh\src\*" -or $_.FullName -like "*\soh\include\*")))) -and `
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue