Add binary libs required to build Git with MSVCmaster
commit92ee5d6f618edcf86a237d59b82f50225b20f6aa
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 9 Sep 2009 12:06:13 +0000 (9 14:06 +0200)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 9 Sep 2009 12:09:55 +0000 (9 14:09 +0200)
treeb4b63d3a48531590dbbbd166c8eca5927291f62b
Add binary libs required to build Git with MSVC

Simply run the setup_32bit_env.cmd batch script before opening
running make in GIT_DIR, or opening the generated Vcprojs in
Visual Studio.

The batch script will setup the correct environment variables
required for the build process to find the libraries, and for
running the executables afterwards.
130 files changed:
32bits/bin/bftest.exe [new file with mode: 0644]
32bits/bin/bntest.exe [new file with mode: 0644]
32bits/bin/casttest.exe [new file with mode: 0644]
32bits/bin/curl.exe [new file with mode: 0644]
32bits/bin/destest.exe [new file with mode: 0644]
32bits/bin/dhtest.exe [new file with mode: 0644]
32bits/bin/dsatest.exe [new file with mode: 0644]
32bits/bin/ecdhtest.exe [new file with mode: 0644]
32bits/bin/ecdsatest.exe [new file with mode: 0644]
32bits/bin/ectest.exe [new file with mode: 0644]
32bits/bin/enginetest.exe [new file with mode: 0644]
32bits/bin/evp_test.exe [new file with mode: 0644]
32bits/bin/exptest.exe [new file with mode: 0644]
32bits/bin/hmactest.exe [new file with mode: 0644]
32bits/bin/ideatest.exe [new file with mode: 0644]
32bits/bin/libcurl.dll [new file with mode: 0644]
32bits/bin/libeay32.dll [new file with mode: 0644]
32bits/bin/libssh2.dll [new file with mode: 0644]
32bits/bin/md2test.exe [new file with mode: 0644]
32bits/bin/md4test.exe [new file with mode: 0644]
32bits/bin/md5test.exe [new file with mode: 0644]
32bits/bin/openssl.exe [new file with mode: 0644]
32bits/bin/randtest.exe [new file with mode: 0644]
32bits/bin/rc2test.exe [new file with mode: 0644]
32bits/bin/rc4test.exe [new file with mode: 0644]
32bits/bin/rmdtest.exe [new file with mode: 0644]
32bits/bin/rsa_test.exe [new file with mode: 0644]
32bits/bin/sha1test.exe [new file with mode: 0644]
32bits/bin/sha256t.exe [new file with mode: 0644]
32bits/bin/sha512t.exe [new file with mode: 0644]
32bits/bin/shatest.exe [new file with mode: 0644]
32bits/bin/ssleay32.dll [new file with mode: 0644]
32bits/bin/ssltest.exe [new file with mode: 0644]
32bits/include/curl/Makefile.am [new file with mode: 0644]
32bits/include/curl/Makefile.in [new file with mode: 0644]
32bits/include/curl/curl.h [new file with mode: 0644]
32bits/include/curl/curlver.h [new file with mode: 0644]
32bits/include/curl/easy.h [new file with mode: 0644]
32bits/include/curl/mprintf.h [new file with mode: 0644]
32bits/include/curl/multi.h [new file with mode: 0644]
32bits/include/curl/stdcheaders.h [new file with mode: 0644]
32bits/include/curl/types.h [new file with mode: 0644]
32bits/include/libssh2.dll [new file with mode: 0644]
32bits/include/libssh2.h [new file with mode: 0644]
32bits/include/libssh2_sftp.h [new file with mode: 0644]
32bits/include/openssl/aes.h [new file with mode: 0644]
32bits/include/openssl/applink.c [new file with mode: 0644]
32bits/include/openssl/asn1.h [new file with mode: 0644]
32bits/include/openssl/asn1_mac.h [new file with mode: 0644]
32bits/include/openssl/asn1t.h [new file with mode: 0644]
32bits/include/openssl/bio.h [new file with mode: 0644]
32bits/include/openssl/blowfish.h [new file with mode: 0644]
32bits/include/openssl/bn.h [new file with mode: 0644]
32bits/include/openssl/buffer.h [new file with mode: 0644]
32bits/include/openssl/cast.h [new file with mode: 0644]
32bits/include/openssl/comp.h [new file with mode: 0644]
32bits/include/openssl/conf.h [new file with mode: 0644]
32bits/include/openssl/conf_api.h [new file with mode: 0644]
32bits/include/openssl/crypto.h [new file with mode: 0644]
32bits/include/openssl/des.h [new file with mode: 0644]
32bits/include/openssl/des_old.h [new file with mode: 0644]
32bits/include/openssl/dh.h [new file with mode: 0644]
32bits/include/openssl/dsa.h [new file with mode: 0644]
32bits/include/openssl/dso.h [new file with mode: 0644]
32bits/include/openssl/dtls1.h [new file with mode: 0644]
32bits/include/openssl/e_os2.h [new file with mode: 0644]
32bits/include/openssl/ebcdic.h [new file with mode: 0644]
32bits/include/openssl/ec.h [new file with mode: 0644]
32bits/include/openssl/ecdh.h [new file with mode: 0644]
32bits/include/openssl/ecdsa.h [new file with mode: 0644]
32bits/include/openssl/engine.h [new file with mode: 0644]
32bits/include/openssl/err.h [new file with mode: 0644]
32bits/include/openssl/evp.h [new file with mode: 0644]
32bits/include/openssl/hmac.h [new file with mode: 0644]
32bits/include/openssl/idea.h [new file with mode: 0644]
32bits/include/openssl/krb5_asn.h [new file with mode: 0644]
32bits/include/openssl/kssl.h [new file with mode: 0644]
32bits/include/openssl/lhash.h [new file with mode: 0644]
32bits/include/openssl/md2.h [new file with mode: 0644]
32bits/include/openssl/md4.h [new file with mode: 0644]
32bits/include/openssl/md5.h [new file with mode: 0644]
32bits/include/openssl/obj_mac.h [new file with mode: 0644]
32bits/include/openssl/objects.h [new file with mode: 0644]
32bits/include/openssl/ocsp.h [new file with mode: 0644]
32bits/include/openssl/opensslconf.h [new file with mode: 0644]
32bits/include/openssl/opensslv.h [new file with mode: 0644]
32bits/include/openssl/ossl_typ.h [new file with mode: 0644]
32bits/include/openssl/pem.h [new file with mode: 0644]
32bits/include/openssl/pem2.h [new file with mode: 0644]
32bits/include/openssl/pkcs12.h [new file with mode: 0644]
32bits/include/openssl/pkcs7.h [new file with mode: 0644]
32bits/include/openssl/pq_compat.h [new file with mode: 0644]
32bits/include/openssl/pqueue.h [new file with mode: 0644]
32bits/include/openssl/rand.h [new file with mode: 0644]
32bits/include/openssl/rc2.h [new file with mode: 0644]
32bits/include/openssl/rc4.h [new file with mode: 0644]
32bits/include/openssl/ripemd.h [new file with mode: 0644]
32bits/include/openssl/rsa.h [new file with mode: 0644]
32bits/include/openssl/safestack.h [new file with mode: 0644]
32bits/include/openssl/sha.h [new file with mode: 0644]
32bits/include/openssl/ssl.h [new file with mode: 0644]
32bits/include/openssl/ssl2.h [new file with mode: 0644]
32bits/include/openssl/ssl23.h [new file with mode: 0644]
32bits/include/openssl/ssl3.h [new file with mode: 0644]
32bits/include/openssl/stack.h [new file with mode: 0644]
32bits/include/openssl/store.h [new file with mode: 0644]
32bits/include/openssl/symhacks.h [new file with mode: 0644]
32bits/include/openssl/tls1.h [new file with mode: 0644]
32bits/include/openssl/tmdiff.h [new file with mode: 0644]
32bits/include/openssl/txt_db.h [new file with mode: 0644]
32bits/include/openssl/ui.h [new file with mode: 0644]
32bits/include/openssl/ui_compat.h [new file with mode: 0644]
32bits/include/openssl/x509.h [new file with mode: 0644]
32bits/include/openssl/x509_vfy.h [new file with mode: 0644]
32bits/include/openssl/x509v3.h [new file with mode: 0644]
32bits/include/rexxsaa.h [new file with mode: 0644]
32bits/include/zconf.h [new file with mode: 0644]
32bits/include/zlib.h [new file with mode: 0644]
32bits/lib/libcurl.exp [new file with mode: 0644]
32bits/lib/libcurl.lib [new file with mode: 0644]
32bits/lib/libeay32.exp [new file with mode: 0644]
32bits/lib/libeay32.lib [new file with mode: 0644]
32bits/lib/libssh.lib [new file with mode: 0644]
32bits/lib/libssh2.exp [new file with mode: 0644]
32bits/lib/libssh2.lib [new file with mode: 0644]
32bits/lib/ssleay32.exp [new file with mode: 0644]
32bits/lib/ssleay32.lib [new file with mode: 0644]
32bits/lib/zlib.lib [new file with mode: 0644]
README [new file with mode: 0644]
setup_32bit_env.cmd [new file with mode: 0644]