mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 18:02:57 -05:00
tools: remove-build-arm64
This commit is contained in:
@ -3,7 +3,12 @@
|
||||
setlocal
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
cd %~dp0..\..
|
||||
if "%1"=="" (
|
||||
cd %~dp0..\..
|
||||
) else (
|
||||
cd "%1"
|
||||
)
|
||||
|
||||
for /r %%f in (*.vcxproj) do (
|
||||
echo %%f
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0remove-vcxproj-config.ps1' -Path '%%f' -ProjectConfiguration '|ARM64'
|
Reference in New Issue
Block a user