Skip to content

WiX: package up DocC conditionally #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

compnerd
Copy link
Member

Add support to package up DocC in the windows distribution. This is the last large component that was missing. At this point, the toolchain distribution is generally speaking complete with:

  • Preprocessor (clang)
  • Assembler (IAS)
  • C/C++/Swift Compiler (clang/clang++/swiftc)
  • Linker (lld)
  • Binary Utilities (LLVM)
  • Debugger (LLDB)
  • REPL
  • Package Manager (SwiftPM)
  • Runtime Inspection Tools (swift-inspect)
  • LSP (sourcekit-lsp)
  • Code Formatter (swift-format)
  • Documentation Tools (DocC)
  • Additional IDE integration Tools (lldb-vscode)
  • Redistributables (MSMs)
  • Runtime (host-only)
  • SDKs (AMD64, ARM64, X86)

@compnerd
Copy link
Member Author

CC: @barnson - I'm extending the harvesting a fair amount - not sure if there is a better way to include a web application

@barnson
Copy link
Contributor

barnson commented Aug 31, 2023

Pretty common for a bunch of .js, .html, .css, .png, etc.

Add support to package up DocC in the windows distribution.  This is the
last large component that was missing.  At this point, the toolchain
distribution is generally speaking complete with:
- Preprocessor (clang)
- Assembler (IAS)
- C/C++/Swift Compiler (clang/clang++/swiftc)
- Linker (lld)
- Binary Utilities (LLVM)
- Debugger (LLDB)
- REPL
- Package Manager (SwiftPM)
- Runtime Inspection Tools (swift-inspect)
- LSP (sourcekit-lsp)
- Code Formatter (swift-format)
- Documentation Tools (DocC)
- Additional IDE integration Tools (lldb-vscode)
- Redistributables (MSMs)
- Runtime (host-only)
- SDKs (AMD64, ARM64, X86)
@compnerd
Copy link
Member Author

@compnerd compnerd merged commit 7d1bc1e into swiftlang:main Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants