aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-23 12:34:59 +0000
committermarha <marha@users.sourceforge.net>2010-07-23 12:34:59 +0000
commit51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb (patch)
treeeefff5aa7ecc7ce28ae0f242ec37eddefea51ed5 /updategit.bat
parent2a0169e6a76ab2e898f988c23e862e51d700e462 (diff)
downloadvcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.tar.gz
vcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.tar.bz2
vcxsrv-51e3b8e993cc874f4ac4ba4162c7aea00fe1a8eb.zip
libXau git update 23/7/2010
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