Skip to content

Commit f1c2626

Browse files
jmschonfeldparkera
authored andcommitted
Update Windows/Android installer scripts for swift-foundation re-core
(cherry picked from commit 7642e2f)
1 parent 165b7d7 commit f1c2626

File tree

2 files changed

+658
-2
lines changed

2 files changed

+658
-2
lines changed

platforms/Windows/rtl/lib/rtllib.wxs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
</ComponentGroup>
7575

7676
<ComponentGroup Id="Foundation_$(ProductArchitecture)" Directory="RUNTIMEDIR_$(ProductArchitecture)">
77+
<Component>
78+
<File Source="$(SDK_ROOT)\usr\bin\_FoundationICU.dll" />
79+
</Component>
80+
<Component>
81+
<File Source="$(SDK_ROOT)\usr\bin\FoundationEssentials.dll" />
82+
</Component>
83+
<Component>
84+
<File Source="$(SDK_ROOT)\usr\bin\FoundationInternationalization.dll" />
85+
</Component>
7786
<Component>
7887
<File Source="$(SDK_ROOT)\usr\bin\Foundation.dll" />
7988
</Component>

0 commit comments

Comments
 (0)