mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
add back /Y flag on xcopy
to make sure no stdin input is requuired
This commit is contained in:
parent
dd382b2afc
commit
10d9c3e412
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@ copy bin\soft-oal.dll build\rpcs3
|
|||
copy bin\make_fself.cmd build\rpcs3
|
||||
|
||||
mkdir build\rpcs3\dev_hdd1
|
||||
xcopy /e bin\dev_hdd1 build\rpcs3\dev_hdd1
|
||||
xcopy /Y /e bin\dev_hdd1 build\rpcs3\dev_hdd1
|
||||
|
||||
mkdir build\rpcs3\dev_hdd0
|
||||
xcopy /e bin\dev_hdd0 build\rpcs3\dev_hdd0
|
||||
xcopy /Y /e bin\dev_hdd0 build\rpcs3\dev_hdd0
|
||||
|
||||
mkdir build\rpcs3\dev_flash
|
||||
xcopy /e bin\dev_flash build\rpcs3\dev_flash
|
||||
xcopy /Y /e bin\dev_flash build\rpcs3\dev_flash
|
||||
|
||||
mkdir build\rpcs3\dev_usb000
|
||||
xcopy /e bin\dev_usb000 build\rpcs3\dev_usb000
|
||||
xcopy /Y /e bin\dev_usb000 build\rpcs3\dev_usb000
|
||||
|
||||
for /f "delims=" %%a in ('git describe') do @set gitrev=%%a
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue