From e32ea818764f076bd75ae2c33b6319e8027141e8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 5 Jul 2005 10:53:13 +0000 Subject: [PATCH] Mention Win64 support in CHANGES and throw in building instructions. --- CHANGES | 3 +++ INSTALL.W32 | 1 + INSTALL.W64 | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ TABLE | 4 ++-- 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 INSTALL.W64 diff --git a/CHANGES b/CHANGES index d332f1044f..fb85e776a1 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.7h and 0.9.8 [xx XXX xxxx] + *) Add initial support for Win64, both IA64 and AMD64/x64 flavors. + [Andy Polyakov] + *) Add -utf8 command line and config file option to 'ca'. [Stefan perl Configure VC-WIN64A + > ms\do_win64a + > nmake -f ms\ntdll.mak + > cd out32dll + > ..\ms\test + + To build for Win64/IA64: + + > perl Configure VC-WIN64I + > ms\do_win64i + > nmake -f ms\ntdll.mak + > cd out32dll + > ..\ms\test + + Naturally test-suite itself has to be executed on the target platform. + + Installation + ------------ + + TBD, for now see INSTALL.W32. + diff --git a/TABLE b/TABLE index bf0a1542bf..5c1007f37a 100644 --- a/TABLE +++ b/TABLE @@ -628,7 +628,7 @@ $unistd = $thread_cflag = $sys_id = WIN64A $lflags = -$bn_ops = SIXTY_FOUR_BIT EXPORT_VAR_AS_FN +$bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN $cpuid_obj = $bn_obj = $des_obj = @@ -655,7 +655,7 @@ $unistd = $thread_cflag = $sys_id = WIN64I $lflags = -$bn_ops = SIXTY_FOUR_BIT EXPORT_VAR_AS_FN +$bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN $cpuid_obj = $bn_obj = $des_obj = -- 2.40.0