diff options
author | marha <marha@users.sourceforge.net> | 2010-07-08 06:58:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-08 06:58:33 +0000 |
commit | d1e8cd61e0fa02a5b415a5c161b355c95f45ae14 (patch) | |
tree | 6ef2e067b387b0e145e65be0f05fb071b8e60364 /updategit.bat | |
parent | 5da15e274b35656568f59602f2e3fd00d5718879 (diff) | |
download | vcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.tar.gz vcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.tar.bz2 vcxsrv-d1e8cd61e0fa02a5b415a5c161b355c95f45ae14.zip |
git update 8/7/2010
Diffstat (limited to 'updategit.bat')
-rw-r--r-- | updategit.bat | 7 |
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
|