mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:40:48 +08:00
707927374c
* [libgnutls] Add Windows support [libgnutls] update versions [libgnutls] fix *nix tarball URL [libgnutls] update versions [libgnutls] formatting [libgnutls] use less ambiguous variable for .pc substitution [libgnutls] update versions [libgnutls] fix static build [libgnutls] update versions [libgnutls] cleanup nettle patch [libgnutls] update versions [libgnutls] drop outdir.patch, use msbuild property instead [libgnutls] update versions [shiftmedia-libgnutls] use separate port for SMP fork [shiftmedia-libgnutls] update project name, remove non-Windows code * [shiftmedia-libgnutls] remove leftover option * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] add license * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] update license * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] update license * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] update license * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] also support UWP * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] fix supported platform * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] remove leftover warning * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] install includes instead of moving them around in buildtree * [shiftmedia-libgnutls] update versions * [shiftmedia-gnutls] use vcpkg_replace_string() instead patches; fix library name * [shiftmedia-gnutls] use Requires.private to locate gmp * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] msbuild adds a subfolder to OutDir on UWP * [shiftmedia-libgnutls] update versions * [shiftmedia-libgnutls] Windows implies UWP support Co-authored-by: Billy O'Neal <bion@microsoft.com> * [shiftmedia-libgnutls] wrap paths in quotes Co-authored-by: Billy O'Neal <bion@microsoft.com> * [shiftmedia-libgnutls] update version * [shiftmedia-libgnutls] make yasm tool host dep * [shiftmedia-libgnutls] update version Co-authored-by: Billy O'Neal <bion@microsoft.com>
92 lines
3.9 KiB
Diff
92 lines
3.9 KiB
Diff
diff --git a/SMP/libgnutls.vcxproj.filters b/SMP/libgnutls.vcxproj.filters
|
|
index 5c4d1070d..df4aa2b9f 100644
|
|
--- a/SMP/libgnutls.vcxproj.filters
|
|
+++ b/SMP/libgnutls.vcxproj.filters
|
|
@@ -1514,30 +1514,6 @@
|
|
<ClCompile Include="..\lib\nettle\sysrng-bcrypt.c">
|
|
<Filter>Source Files\lib\nettle</Filter>
|
|
</ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\coding.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\decoding.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\element.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\errors.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\gstr.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\parser_aux.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\structure.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\version.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
<ClCompile Include="..\lib\nettle\gost\acpkm.c">
|
|
<Filter>Source Files\lib\nettle\gost</Filter>
|
|
</ClCompile>
|
|
diff --git a/SMP/libgnutls_files.props b/SMP/libgnutls_files.props
|
|
index 8bc3e2406..10e113e93 100644
|
|
--- a/SMP/libgnutls_files.props
|
|
+++ b/SMP/libgnutls_files.props
|
|
@@ -170,16 +170,6 @@
|
|
<ItemGroup>
|
|
<ClCompile Include="lib\gnutls_asn1_tab.c" />
|
|
<ClCompile Include="lib\pkix_asn1_tab.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\coding.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\decoding.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\element.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\errors.c">
|
|
- <ObjectFileName>$(IntDir)\tasn1_$(filename).obj</ObjectFileName>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\gstr.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\parser_aux.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\structure.c" />
|
|
- <ClCompile Include="..\devel\libtasn1\lib\version.c" />
|
|
<ClCompile Include="..\gnulib\lib\c-strcasecmp.c" />
|
|
<ClCompile Include="..\gnulib\lib\c-strncasecmp.c" />
|
|
<ClCompile Include="..\gnulib\lib\hash-pjw-bare.c" />
|
|
diff --git a/SMP/libgnutls_winrt.vcxproj.filters b/SMP/libgnutls_winrt.vcxproj.filters
|
|
index 49778942d..804248636 100644
|
|
--- a/SMP/libgnutls_winrt.vcxproj.filters
|
|
+++ b/SMP/libgnutls_winrt.vcxproj.filters
|
|
@@ -1514,30 +1514,6 @@
|
|
<ClCompile Include="..\lib\nettle\sysrng-bcrypt.c">
|
|
<Filter>Source Files\lib\nettle</Filter>
|
|
</ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\coding.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\decoding.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\element.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\errors.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\gstr.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\parser_aux.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\structure.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
- <ClCompile Include="..\devel\libtasn1\lib\version.c">
|
|
- <Filter>Source Files\libtasn1</Filter>
|
|
- </ClCompile>
|
|
<ClCompile Include="..\lib\accelerated\afalg.c">
|
|
<Filter>Source Files\lib\accelerated</Filter>
|
|
</ClCompile>
|