Add vrclient

This commit is contained in:
Andrew Eikum 2018-01-18 13:29:49 -06:00
parent 0b2c856af7
commit a89b44235a
241 changed files with 128805 additions and 0 deletions

18
vrclient_x64/gen.sh Executable file
View 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