aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-08-05 19:33:41 +0000
committermarha <marha@users.sourceforge.net>2010-08-05 19:33:41 +0000
commitc115795736eb99a8f2288a06c231b9386f4d011f (patch)
treeb25a6096dfe3ace4dba840d4a67d26f723a7a709 /updategit.bat
parentd2758df0a0091496717fe7a65c3e7563e7c82785 (diff)
downloadvcxsrv-c115795736eb99a8f2288a06c231b9386f4d011f.tar.gz
vcxsrv-c115795736eb99a8f2288a06c231b9386f4d011f.tar.bz2
vcxsrv-c115795736eb99a8f2288a06c231b9386f4d011f.zip
xkbcomp git update 5/8/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 cb933d8b5..b10401c28 100644
--- a/updategit.bat
+++ b/updategit.bat
@@ -11,6 +11,7 @@ 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
+git clone git://anongit.freedesktop.org/xorg/app/xkbcomp
:noclone
pushd .
@@ -55,5 +56,9 @@ echo Updating libXau |& tee /a d:\updategit.log
pushd libXau |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating xkbcomp |& tee /a d:\updategit.log
+pushd xkbcomp |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off