Skip to content

Commit ba183e1

Browse files
authored
Merge pull request swiftlang#230 from apple/egorzhdan/apinotes
WiX: Package `std.apinotes` into the Windows installer
2 parents 234d5e5 + b084e32 commit ba183e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

platforms/Windows/sdk/sdk.wxs

+8
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
</Directory>
7878
<Directory Name="lib">
7979
<Directory Name="swift">
80+
<Directory Id="WindowsSDK_usr_lib_swift_apinotes" Name="apinotes" />
8081
<Directory Id="WindowsSDK_usr_lib_swift_shims" Name="shims" />
8182
<Directory Id="WindowsSDK_usr_lib_swift_windows" Name="windows">
8283
<Directory Id="_Concurrency.swiftmodule" Name="_Concurrency.swiftmodule" />
@@ -425,6 +426,12 @@
425426
</Component>
426427
</ComponentGroup>
427428

429+
<ComponentGroup Id="apinotes" Directory="WindowsSDK_usr_lib_swift_apinotes">
430+
<Component>
431+
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\std.apinotes" />
432+
</Component>
433+
</ComponentGroup>
434+
428435
<ComponentGroup Id="libcxxshim" Directory="WindowsSDK_usr_lib_swift_windows">
429436
<Component>
430437
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\libcxxshim.h" />
@@ -503,6 +510,7 @@
503510
<ComponentGroupRef Id="SwiftOnoneSupport" />
504511
<ComponentGroupRef Id="WinSDK" />
505512
<ComponentGroupRef Id="libcxxshim" />
513+
<ComponentGroupRef Id="apinotes" />
506514
<ComponentGroupRef Id="Registrar" />
507515
<ComponentGroupRef Id="AuxiliaryFiles" />
508516
<ComponentGroupRef Id="Configuration" />

0 commit comments

Comments
 (0)