summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-07-05 11:44:45 +0000
committerAndy Polyakov <appro@openssl.org>2005-07-05 11:44:45 +0000
commit1875e6db29fb832d3cac101024ccb1f690b35028 (patch)
tree21b9c820ea71319acbe4cf985219cffea69e9d86 /ms
parent0962fbbf98bfb4ef060dc6a54d11636f01706cd0 (diff)
downloadopenssl-new-1875e6db29fb832d3cac101024ccb1f690b35028.tar.gz
Pull up Win64 support from 0.9.8.
Diffstat (limited to 'ms')
-rwxr-xr-xms/do_win64a.bat9
-rwxr-xr-xms/do_win64i.bat9
2 files changed, 18 insertions, 0 deletions
diff --git a/ms/do_win64a.bat b/ms/do_win64a.bat
new file mode 100755
index 0000000000..825c690221
--- /dev/null
+++ b/ms/do_win64a.bat
@@ -0,0 +1,9 @@
+
+perl util\mkfiles.pl >MINFO
+perl ms\uplink.pl win64a > ms\uptable.asm
+ml64 -c -Foms\uptable.obj ms\uptable.asm
+perl util\mk1mf.pl no-asm VC-WIN64A >ms\nt.mak
+perl util\mk1mf.pl dll no-asm VC-WIN64A >ms\ntdll.mak
+
+perl util\mkdef.pl 32 libeay > ms\libeay32.def
+perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
diff --git a/ms/do_win64i.bat b/ms/do_win64i.bat
new file mode 100755
index 0000000000..7bfc2f1818
--- /dev/null
+++ b/ms/do_win64i.bat
@@ -0,0 +1,9 @@
+
+perl util\mkfiles.pl >MINFO
+perl ms\uplink.pl win64i > ms\uptable.asm
+ias -o ms\uptable.obj ms\uptable.asm
+perl util\mk1mf.pl no-asm VC-WIN64I >ms\nt.mak
+perl util\mk1mf.pl dll no-asm VC-WIN64I >ms\ntdll.mak
+
+perl util\mkdef.pl 32 libeay > ms\libeay32.def
+perl util\mkdef.pl 32 ssleay > ms\ssleay32.def