Skip to content

Conversation

@compnerd
Copy link
Member

@compnerd compnerd commented Feb 2, 2023

_DLL indicates that the MSVCRT version is the shared form rather than static. This corresponds to /MD (and the lack to /MT). _WINDLL is used to indicate that we are building statically or dynamically. This change is required to experiment with static builds of libllbuild with CMake.

`_DLL` indicates that the MSVCRT version is the shared form rather than
static.  This corresponds to `/MD` (and the lack to `/MT`).  `_WINDLL`
is used to indicate that we are building statically or dynamically.
This change is required to experiment with static builds of libllbuild
with CMake.
@compnerd
Copy link
Member Author

compnerd commented Feb 2, 2023

@swift-ci please smoke test

Copy link
Contributor

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@compnerd compnerd merged commit 1784d2f into swiftlang:main Feb 3, 2023
@compnerd compnerd deleted the dllstorage branch February 3, 2023 17:26
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.

2 participants