mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 15:38:02 +01:00
vrclient: Move sources out of vrclient_x64 subfolder.
CW-Bug-Id: #22729
This commit is contained in:
parent
98a90a1458
commit
e9aeba85f2
161 changed files with 165 additions and 165 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm vrclient_x64/win*.h
|
||||
rm vrclient_x64/win*.c
|
||||
rm vrclient_x64/win*.dat
|
||||
rm vrclient_x64/cpp*.cpp
|
||||
rm vrclient_x64/cpp*.h
|
||||
rm vrclient_x64/struct*.h
|
||||
rm vrclient_x64/struct*.cpp
|
||||
rm win*.h
|
||||
rm win*.c
|
||||
rm win*.dat
|
||||
rm cpp*.cpp
|
||||
rm cpp*.h
|
||||
rm struct*.h
|
||||
rm struct*.cpp
|
||||
|
||||
rm tests/*_autogen.c
|
||||
rm tests/*_autogen.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue