Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html)
This commit is contained in:
parent
c55dded414
commit
03c3ebc528
|
@ -616,6 +616,13 @@
|
|||
<cutdirsmapper dirs="1" />
|
||||
</untar>
|
||||
|
||||
|
||||
<!-- Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) -->
|
||||
<delete verbose="yes">
|
||||
<fileset dir="${dir.staging}/jre" includes="**/*120*.dll" />
|
||||
</delete>
|
||||
|
||||
|
||||
<!-- package APPX -->
|
||||
<exec executable="makepri" dir="${dir.staging}" failonerror="yes">
|
||||
<arg line="createconfig /o /pv 10.0.0 /cf priconfig.xml /dq en-US" />
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.351" MaxVersionTested="10.0.16299.15" />
|
||||
|
||||
<!-- Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) -->
|
||||
<PackageDependency Name="Microsoft.VCLibs.120.00.UWPDesktop" MinVersion="12.0.40653.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
||||
</Dependencies>
|
||||
|
||||
<Capabilities>
|
||||
|
|
Loading…
Reference in New Issue