aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
Diffstat (limited to 'updategit.bat')
-rw-r--r--updategit.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/updategit.bat b/updategit.bat
index 92f94a6c1..987cedac5 100644
--- a/updategit.bat
+++ b/updategit.bat
@@ -13,6 +13,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libXinerama
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
:noclone
pushd .
@@ -65,5 +66,9 @@ echo Updating pixman |& tee /a d:\updategit.log
pushd pixman |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating exextproto |& tee /a d:\updategit.log
+pushd xextproto |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off