mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-19 23:24:22 -05:00
Create Windows ARM64 build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
9
setup_scripts/windows_setup_ftd3xx_winusb.bat
Normal file
9
setup_scripts/windows_setup_ftd3xx_winusb.bat
Normal 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
|
||||
Reference in New Issue
Block a user