|
495 | 495 | <File Id="BlocksRuntime.dll" Source="$(var.TOOLCHAIN_ROOT)\usr\bin\BlocksRuntime.dll" Checksum="yes" />
|
496 | 496 | </Component>
|
497 | 497 |
|
498 |
| - <!-- TODO(compnerd) should we install the block headers and import libraries? --> |
| 498 | + <Component Id="BlocksRuntime.lib" Directory="_usr_lib" Guid="b758a96a-644b-421d-a668-2ba2b55601aa"> |
| 499 | + <File Id="BlocksRuntime.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\BlocksRuntime.lib" Checksum="yes" /> |
| 500 | + </Component> |
| 501 | + |
| 502 | + <!-- TODO(compnerd) should we install the block headers? --> |
499 | 503 | </ComponentGroup>
|
500 | 504 |
|
501 | 505 | <?ifdef INCLUDE_DEBUG_INFO ?>
|
|
511 | 515 | <File Id="dispatch.dll" Source="$(var.TOOLCHAIN_ROOT)\usr\bin\dispatch.dll" Checksum="yes" />
|
512 | 516 | </Component>
|
513 | 517 |
|
514 |
| - <!-- TODO(compnerd) should we install the dispatch headers and import libraries? --> |
| 518 | + <Component Id="dispatch.lib" Directory="_usr_lib" Guid="b5d342d2-fc9a-46e5-93ac-1781e2055ac4"> |
| 519 | + <File Id="dispatch.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\dispatch.lib" Checksum="yes" /> |
| 520 | + </Component> |
| 521 | + |
| 522 | + <!-- TODO(compnerd) should we install the dispatch headers? --> |
515 | 523 | </ComponentGroup>
|
516 | 524 |
|
517 | 525 | <?ifdef INCLUDE_DEBUG_INFO ?>
|
|
527 | 535 | <File Id="sourcekitdInProc.dll" Source="$(var.TOOLCHAIN_ROOT)\usr\bin\sourcekitdInProc.dll" Checksum="yes" />
|
528 | 536 | </Component>
|
529 | 537 |
|
| 538 | + <Component Id="sourcekitdInProc.lib" Directory="_usr_lib" Guid="cd564210-c471-478e-b1c4-d6a35fc6572f"> |
| 539 | + <File Id="sourcekitdInProc.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\sourcekitdInProc.lib" Checksum="yes" /> |
| 540 | + </Component> |
| 541 | + |
530 | 542 | <Component Id="sourcekitd.h" Directory="_usr_include_SourceKit" Guid="bdb02d6c-b3f7-4109-bd41-fc04734484a4">
|
531 | 543 | <File Id="sourcekitd.h" Source="$(var.TOOLCHAIN_ROOT)\usr\include\SourceKit\sourcekitd.h" Checksum="yes" />
|
532 | 544 | </Component>
|
|
648 | 660 | <Component Id="llbuildSwift.dll" Directory="_usr_bin" Guid="4386ca67-150b-424f-a699-7029f41746d5">
|
649 | 661 | <File Id="llbuildSwift.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\llbuildSwift.dll" Checksum="yes" />
|
650 | 662 | </Component>
|
651 |
| - |
652 |
| - <Component Id="BlocksRuntime.lib" Directory="_usr_lib" Guid="b758a96a-644b-421d-a668-2ba2b55601aa"> |
653 |
| - <File Id="BlocksRuntime.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\BlocksRuntime.lib" Checksum="yes" /> |
654 |
| - </Component> |
655 |
| - <Component Id="dispatch.lib" Directory="_usr_lib" Guid="b5d342d2-fc9a-46e5-93ac-1781e2055ac4"> |
656 |
| - <File Id="dispatch.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\dispatch.lib" Checksum="yes" /> |
657 |
| - </Component> |
658 |
| - <Component Id="sourcekitdInProc.lib" Directory="_usr_lib" Guid="cd564210-c471-478e-b1c4-d6a35fc6572f"> |
659 |
| - <File Id="sourcekitdInProc.lib" Source="$(var.TOOLCHAIN_ROOT)\usr\lib\sourcekitdInProc.lib" Checksum="yes" /> |
660 |
| - </Component> |
661 | 663 | </ComponentGroup>
|
662 | 664 |
|
663 | 665 | <?ifdef INCLUDE_DEBUG_INFO ?>
|
|
0 commit comments