mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
Add vrclient
This commit is contained in:
parent
0b2c856af7
commit
a89b44235a
241 changed files with 128805 additions and 0 deletions
18
vrclient_x64/gen.sh
Executable file
18
vrclient_x64/gen.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm win*.h
|
||||
rm win*.c
|
||||
rm win*.dat
|
||||
rm cpp*.cpp
|
||||
rm cpp*.h
|
||||
rm struct*.h
|
||||
rm struct*.cpp
|
||||
|
||||
h=$(md5sum Makefile.in)
|
||||
cp Makefile.in.orig Makefile.in
|
||||
cp ../vrclient/Makefile.in.orig ../vrclient/Makefile.in
|
||||
|
||||
./gen_wrapper.py
|
||||
if [ "$h" != "$(md5sum Makefile.in)" ]; then
|
||||
echo "Don't forget to \"make depend\" at the top of the tree!"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue