1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
From 84c2e8cfa4f986d4700a0958cff5e916aea18f38 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Thu, 18 Apr 2024 21:05:16 +0300
Subject: [PATCH] local changes
---
Configurations/00-base-templates.conf | 2 +-
Configurations/10-main.conf | 2 --
util/mkdef.pl | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 55da5ec56c..90251ca961 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -152,7 +152,7 @@ my %targets=(
MTFLAGS => "-nologo",
mtinflag => "-manifest ",
mtoutflag => "-outputresource:",
-
+ shared_extension => ".mir",
build_file => "makefile",
build_scheme => [ "unified", "windows" ],
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index c9db9aac28..c2c4739a11 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1575,7 +1575,6 @@ my %targets = (
uplink_arch => 'ia64',
asm_arch => 'ia64',
perlasm_scheme => "ias",
- multilib => "-ia64",
},
"VC-WIN64A" => {
inherit_from => [ "VC-WIN64-common" ],
@@ -1587,7 +1586,6 @@ my %targets = (
uplink_arch => 'x86_64',
asm_arch => 'x86_64',
perlasm_scheme => sub { vc_win64a_info()->{perlasm_scheme} },
- multilib => "-x64",
},
"VC-WIN32" => {
inherit_from => [ "VC-noCE-common" ],
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 309f908b3e..71b321f536 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -300,7 +300,7 @@ sub writer_windows {
; Definition file for the DLL version of the $libname library from OpenSSL
;
-LIBRARY "$libname"
+LIBRARY "$libname.mir"
EXPORTS
_____
--
2.44.0.windows.1
|