diff options
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
|