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 5e3d29432..cb933d8b5 100644
--- a/updategit.bat
+++ b/updategit.bat
@@ -10,6 +10,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libXdmcp
git clone git://anongit.freedesktop.org/xorg/lib/libXext
git clone git://anongit.freedesktop.org/xorg/lib/libfontenc
git clone git://anongit.freedesktop.org/xorg/lib/libXinerama
+git clone git://anongit.freedesktop.org/xorg/lib/libXau
:noclone
pushd .
@@ -50,5 +51,9 @@ echo Updating libXinerama|& tee /a d:\updategit.log
pushd libXinerama |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating libXau |& tee /a d:\updategit.log
+pushd libXau |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off