diff options
author | marha <marha@users.sourceforge.net> | 2010-12-07 17:11:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-07 17:11:57 +0000 |
commit | 531a0d974b98074978535f086a73b6b662fa0cea (patch) | |
tree | 28308448da759fd734d2c3d4dcfafdc17faeb2e6 /updategit.bat | |
parent | 25b9dbb15f0dc98cfc6b5585e7efebf3250f64d3 (diff) | |
download | vcxsrv-531a0d974b98074978535f086a73b6b662fa0cea.tar.gz vcxsrv-531a0d974b98074978535f086a73b6b662fa0cea.tar.bz2 vcxsrv-531a0d974b98074978535f086a73b6b662fa0cea.zip |
randrproto git update 7-12-2010
Diffstat (limited to 'updategit.bat')
-rw-r--r-- | updategit.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/updategit.bat b/updategit.bat index 987cedac5..dbf869cd6 100644 --- a/updategit.bat +++ b/updategit.bat @@ -14,6 +14,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libXau git clone git://anongit.freedesktop.org/xorg/app/xkbcomp
git clone git://anongit.freedesktop.org/pixman
git clone git://anongit.freedesktop.org/xorg/proto/xextproto
+git clone git://anongit.freedesktop.org/xorg/proto/randrproto
:noclone
pushd .
@@ -70,5 +71,9 @@ echo Updating exextproto |& tee /a d:\updategit.log pushd xextproto |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating randrproto |& tee /a d:\updategit.log
+pushd randrproto |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off
|