diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-10-04 12:06:17 -0700 |
commit | 6b0a0837afdcaea5cf6f55832ad88fb147b9860b (patch) | |
tree | a9b70f2355c0c28a3b81bc2de844b336a7ab3cd8 /src/api | |
parent | cff717e0122bbb52d4d808d9b2cca88f25451211 (diff) | |
download | wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.gz wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.bz2 wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.zip |
Build native code with VC v143 toolset only.
v143 output is compatible back to VS2017 (at least).
Fixes https://github.com/wixtoolset/issues/issues/8211.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/burn/balutil/balutil.nuspec | 6 | ||||
-rw-r--r-- | src/api/burn/bextutil/bextutil.nuspec | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/api/burn/balutil/balutil.nuspec b/src/api/burn/balutil/balutil.nuspec index be51ec79..e412d891 100644 --- a/src/api/burn/balutil/balutil.nuspec +++ b/src/api/burn/balutil/balutil.nuspec | |||
@@ -22,8 +22,8 @@ | |||
22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
25 | <file src="..\..\v141\x86\balutil.lib" target="build\native\v14\x86" /> | 25 | <file src="..\..\v143\x86\balutil.lib" target="build\native\v14\x86" /> |
26 | <file src="..\..\v141\x64\balutil.lib" target="build\native\v14\x64" /> | 26 | <file src="..\..\v143\x64\balutil.lib" target="build\native\v14\x64" /> |
27 | <file src="..\..\v141\ARM64\balutil.lib" target="build\native\v14\ARM64" /> | 27 | <file src="..\..\v143\ARM64\balutil.lib" target="build\native\v14\ARM64" /> |
28 | </files> | 28 | </files> |
29 | </package> | 29 | </package> |
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 125e8807..dd17e79d 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec | |||
@@ -22,8 +22,8 @@ | |||
22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
25 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> | 25 | <file src="..\..\v143\x86\bextutil.lib" target="build\native\v14\x86" /> |
26 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> | 26 | <file src="..\..\v143\x64\bextutil.lib" target="build\native\v14\x64" /> |
27 | <file src="..\..\v141\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> | 27 | <file src="..\..\v143\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> |
28 | </files> | 28 | </files> |
29 | </package> | 29 | </package> |