This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient-contrib. commit e4628c068fed2ee6d5b27c2adfd5d6887ab41fbc Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 26 16:37:34 2015 -0400 Add MSVC 2013 DLLs (for Win32 OpenSSL 1.0.1p) --- MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll | Bin 0 -> 455328 bytes MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll | Bin 0 -> 970912 bytes MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll | Bin 0 -> 247984 bytes MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh | 3 +++ current-timestamp-scripts.sh | 1 + 5 files changed, 4 insertions(+) diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll new file mode 100755 index 0000000..a237d2d Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll new file mode 100755 index 0000000..8c36149 Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll new file mode 100755 index 0000000..252821d Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh b/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh new file mode 100755 index 0000000..85059a3 --- /dev/null +++ b/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh @@ -0,0 +1,3 @@ +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/msvcp120.dll" +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/msvcr120.dll" +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/vccorlib120.dll" diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index c56ab43..0891c85 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -23,6 +23,7 @@ cd .. cd MSVC-DLLs ./2008-9.0.21022.8-x86_set-timestamps.sh +./2013-12.0.21005.1-x86_set-timestamps.sh cd .. cd pulse -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git