Create Windows ARM64 build

This commit is contained in:
Lorenzooone
2024-07-26 21:09:27 +02:00
parent fcef91d886
commit 8d76e38a37
10 changed files with 176 additions and 73 deletions

View File

@@ -1,8 +1,10 @@
set "a=%~1"
set "b=%~2"
set "c=%~3"
set "d=%~4"
set "a=%a:/=\%"
set "b=%b:/=\%"
set "c=%c:/=\%"
set "d=%d:/=\%"
copy %a%\%c% %b%\
copy %a%\ftd2xx.h %b%\
copy %a%\%d% %b%\ftd2xx.h

View File

@@ -5,4 +5,4 @@ set "a=%a:/=\%"
set "b=%b:/=\%"
set "c=%c:/=\%"
copy %a%\%c% %b%\
copy %a%\FTD3XX.h %b%\
copy %a%\FTD3XX.h %b%\ftd3xx.h

View File

@@ -0,0 +1,9 @@
set "a=%~1"
set "b=%~2"
set "c=%~3"
set "a=%a:/=\%"
set "b=%b:/=\%"
set "c=%c:/=\%"
unzip %a%\WU_FTD3XXLib.zip -d %a%
copy %a%\WU_FTD3XXLib\Lib\%c% %b%\
copy %a%\WU_FTD3XXLib\Lib\FTD3XX.h %b%\ftd3xx.h