Skip to content

Commit 2d62edf

Browse files
committed
fix abi script.
1 parent cab8f83 commit 2d62edf

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

externaltools/msvc/lib.exe

2 KB
Binary file not shown.

externaltools/msvc/link.exe

1.1 MB
Binary file not shown.

externaltools/msvc/link.exe.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<configuration>
2+
<startup>
3+
<requiredRuntime safemode="true" imageVersion="v4.0.30319"/>
4+
<supportedRuntime version="v4.0.30319"/>
5+
<supportedRuntime version="v4.5"/>
6+
</startup>
7+
<runtime>
8+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<publisherPolicy apply="no" />
10+
</assemblyBinding>
11+
</runtime>
12+
</configuration>
13+

externaltools/msvc/mspdbcore.dll

564 KB
Binary file not shown.

gnuabi.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
gendef
2+
call gendef
33
C:\TDM-GCC-64\x86_64-w64-mingw32\bin\dlltool --def opencl.def --output-lib OpenCL.lib

msvcabi.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
gendef
2+
call gendef
33
externaltools\msvc\lib /def:OpenCL.def /out:OpenCL.lib

0 commit comments

Comments
 (0)