Skip to content

Commit 896bf79

Browse files
committed
Undo patch changes, not needed for MSVC17 based build.
1 parent 153f66c commit 896bf79

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

libiconv.patch

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,3 @@ index bea553d..867c64d 100644
1818
<IntDir>obj\$(Configuration)\$(Platform)\</IntDir>
1919
</PropertyGroup>
2020
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
21-
diff --git a/MSVC17/libiconv_static/libiconv_static.vcxproj b/MSVC17/libiconv_static/libiconv_static.vcxproj
22-
index bea553d..867c64d 100644
23-
--- a/MSVC17/libiconv_static/libiconv_static.vcxproj
24-
+++ b/MSVC17/libiconv_static/libiconv_static.vcxproj
25-
@@ -100,6 +100,7 @@
26-
<IntDir>obj\$(Configuration)\$(Platform)\</IntDir>
27-
</PropertyGroup>
28-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
29-
+ <OutDir>..\$(Platform)\</OutDir>
30-
<IntDir>obj\$(Configuration)\$(Platform)\</IntDir>
31-
</PropertyGroup>
32-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
33-
@@ -111,6 +112,7 @@
34-
<IntDir>obj\$(Configuration)\$(Platform)\</IntDir>
35-
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
37-
+ <OutDir>..\$(Platform)\</OutDir>
38-
<IntDir>obj\$(Configuration)\$(Platform)\</IntDir>
39-
</PropertyGroup>
40-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)