You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/WindowsBuild.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,12 @@ set swift_source_dir=path-to-directory-containing-all-cloned-repositories
89
89
(`Debug`, `RelWithDebInfoAssert` or `Release`) to avoid conflicts between the debug and
90
90
non-debug version of the MSCRT library.
91
91
92
+
- Set up the `visualc` and `ucrt` modules by copying `ucrt.modulemap` located at
93
+
`swift/stdlib/public/Platform/ucrt.modulemap` into
94
+
`${UniversalCRTSdkDir}/Include/${UCRTVersion}/ucrt` as `module.modulemap` and copying `visualc.modulemap` located at `swift/stdlib/public/Platform/visualc.modulemap` into `${VCToolsInstallDir}/include` as `module.modulemap`
95
+
96
+
97
+
92
98
### 5. Build CMark
93
99
- This must be done from within a developer command prompt. CMark is a fairly
94
100
small project and should only take a few minutes to build.
0 commit comments