Skip to content

Commit 8140d27

Browse files
authored
Merge pull request #393 from compnerd/staged
WiX: adjust paths for C headers
2 parents 2fb2ff2 + d1e085a commit 8140d27

File tree

5 files changed

+243
-243
lines changed

5 files changed

+243
-243
lines changed

platforms/Windows/sdk/CDispatch.wxi

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
33
<Component>
4-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\base.h" />
4+
<File Source="$(SDK_ROOT)\usr\include\dispatch\base.h" />
55
</Component>
66
<Component>
7-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\block.h" />
7+
<File Source="$(SDK_ROOT)\usr\include\dispatch\block.h" />
88
</Component>
99
<Component>
10-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\data.h" />
10+
<File Source="$(SDK_ROOT)\usr\include\dispatch\data.h" />
1111
</Component>
1212
<Component>
13-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\dispatch.h" />
13+
<File Source="$(SDK_ROOT)\usr\include\dispatch\dispatch.h" />
1414
</Component>
1515
<Component>
16-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\group.h" />
16+
<File Source="$(SDK_ROOT)\usr\include\dispatch\group.h" />
1717
</Component>
1818
<Component>
19-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\introspection.h" />
19+
<File Source="$(SDK_ROOT)\usr\include\dispatch\introspection.h" />
2020
</Component>
2121
<Component>
22-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\io.h" />
22+
<File Source="$(SDK_ROOT)\usr\include\dispatch\io.h" />
2323
</Component>
2424
<Component>
25-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\module.modulemap" />
25+
<File Source="$(SDK_ROOT)\usr\include\dispatch\module.modulemap" />
2626
</Component>
2727
<Component>
28-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\object.h" />
28+
<File Source="$(SDK_ROOT)\usr\include\dispatch\object.h" />
2929
</Component>
3030
<Component>
31-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\once.h" />
31+
<File Source="$(SDK_ROOT)\usr\include\dispatch\once.h" />
3232
</Component>
3333
<Component>
34-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\queue.h" />
34+
<File Source="$(SDK_ROOT)\usr\include\dispatch\queue.h" />
3535
</Component>
3636
<Component>
37-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\semaphore.h" />
37+
<File Source="$(SDK_ROOT)\usr\include\dispatch\semaphore.h" />
3838
</Component>
3939
<Component>
40-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\source.h" />
40+
<File Source="$(SDK_ROOT)\usr\include\dispatch\source.h" />
4141
</Component>
4242
<Component>
43-
<File Source="$(SDK_ROOT)\usr\lib\swift\dispatch\time.h" />
43+
<File Source="$(SDK_ROOT)\usr\include\dispatch\time.h" />
4444
</Component>
4545
</Include>
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
33
<Component>
4-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\bplist_shims.h" />
4+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\bplist_shims.h" />
55
</Component>
66
<Component>
7-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\CFUniCharBitmapData.h" />
7+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\CFUniCharBitmapData.h" />
88
</Component>
99
<Component>
10-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\CFUniCharBitmapData.inc.h" />
10+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\CFUniCharBitmapData.inc.h" />
1111
</Component>
1212
<Component>
13-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\filemanager_shims.h" />
13+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\filemanager_shims.h" />
1414
</Component>
1515
<Component>
16-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\io_shims.h" />
16+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\io_shims.h" />
1717
</Component>
1818
<Component>
19-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\module.modulemap" />
19+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\module.modulemap" />
2020
</Component>
2121
<Component>
22-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\platform_shims.h" />
22+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\platform_shims.h" />
2323
</Component>
2424
<Component>
25-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\string_shims.h" />
25+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\string_shims.h" />
2626
</Component>
2727
<Component>
28-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\uuid.h" />
28+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\uuid.h" />
2929
</Component>
3030
<Component>
31-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CShimsMacros.h" />
31+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\_CShimsMacros.h" />
3232
</Component>
3333
<Component>
34-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CShimsTargetConditionals.h" />
34+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\_CShimsTargetConditionals.h" />
3535
</Component>
3636
<Component>
37-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_CStdlib.h" />
37+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\_CStdlib.h" />
3838
</Component>
3939
<Component>
40-
<File Source="$(SDK_ROOT)\usr\lib\swift\_FoundationCShims\_FoundationCShims.h" />
40+
<File Source="$(SDK_ROOT)\usr\include\_FoundationCShims\_FoundationCShims.h" />
4141
</Component>
4242
</Include>

0 commit comments

Comments
 (0)