[X2Go-Commits] [x2goclient] 01/01: Add copy-deps-win32.bat (to simplify win32 build process)

git-admin at x2go.org git-admin at x2go.org
Sun Jan 11 03:53:13 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 4.0.3.1-mswin
in repository x2goclient.

commit a2bde7e97353fab31742063d942b2172a4282dec
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sat Jan 10 21:42:30 2015 -0500

    Add copy-deps-win32.bat (to simplify win32 build process)
---
 copy-deps-win32.bat |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat
new file mode 100755
index 0000000..e19ba68
--- /dev/null
+++ b/copy-deps-win32.bat
@@ -0,0 +1,15 @@
+xcopy /E /Y    ..\x2goclient-contrib\cygwin\20141018-2_bin %1\
+xcopy /E /Y    ..\x2goclient-contrib\libssh\0.6.3-762055b-pageant-support-mingw482_bin\bin\libssh.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\libzip\0.9.3_bin\bin\libzip.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\MSVC-DLLs\2008-SP1-9.0.30729.8387-x86 %1\
+xcopy /E /Y    ..\x2goclient-contrib\pulse\5.0-rev18_bin %1\
+xcopy /E /Y    ..\x2goclient-contrib\PuTTY\0.63_bin %1\
+xcopy /E /Y /I ..\x2goclient-contrib\VcXsrv\1.15.2.2-xp+vc2013+x2go1_bin %1\VcXsrv
+xcopy /E /Y    ..\x2goclient-contrib\zlib\1.2.8_bin\zlib1.dll %1\
+xcopy /E /Y    ..\x2goclient-contrib\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %1\
+REM until Win32OpenSSL 1.0.1k comes out
+xcopy /E /Y    ..\..\OpenSSL-Win32\bin\ssleay32.dll %1\
+xcopy /E /Y    ..\..\OpenSSL-Win32\bin\libeay32.dll %1\

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list