diff options
author | marha <marha@users.sourceforge.net> | 2010-08-05 19:33:41 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-05 19:33:41 +0000 |
commit | c115795736eb99a8f2288a06c231b9386f4d011f (patch) | |
tree | b25a6096dfe3ace4dba840d4a67d26f723a7a709 /updategit.bat | |
parent | d2758df0a0091496717fe7a65c3e7563e7c82785 (diff) | |
download | vcxsrv-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.bat | 5 |
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
|