diff options
author | marha <marha@users.sourceforge.net> | 2010-12-06 13:40:09 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-06 13:40:09 +0000 |
commit | c82036153f9273a6041426fb98e69fff0806680e (patch) | |
tree | 83842803c0e5c5c3374b993aae1121f746580395 /updategit.bat | |
parent | 5764a57fb2ca3fc35377307d2e95bb0c6c8a37c5 (diff) | |
download | vcxsrv-c82036153f9273a6041426fb98e69fff0806680e.tar.gz vcxsrv-c82036153f9273a6041426fb98e69fff0806680e.tar.bz2 vcxsrv-c82036153f9273a6041426fb98e69fff0806680e.zip |
xextproto git update 6-12-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 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
|