aboutsummaryrefslogtreecommitdiff
path: root/updategit.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-08 06:58:33 +0000
committermarha <marha@users.sourceforge.net>2010-07-08 06:58:33 +0000
commitd1e8cd61e0fa02a5b415a5c161b355c95f45ae14 (patch)
tree6ef2e067b387b0e145e65be0f05fb071b8e60364 /updategit.bat
parent5da15e274b35656568f59602f2e3fd00d5718879 (diff)
downloadvcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.tar.gz
vcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.tar.bz2
vcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.zip
git update 8/7/2010
Diffstat (limited to 'updategit.bat')
-rw-r--r--updategit.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/updategit.bat b/updategit.bat
index d926352ed..5e3d29432 100644
--- a/updategit.bat
+++ b/updategit.bat
@@ -9,6 +9,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libX11
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
:noclone
pushd .
@@ -45,5 +46,9 @@ echo Updating libfontenc|& tee /a d:\updategit.log
pushd libfontenc |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating libXinerama|& tee /a d:\updategit.log
+pushd libXinerama |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
popd
-setlocal off \ No newline at end of file
+popd
+setlocal off