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: website/docs/compileas.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ compileas "value"
12
12
*`C++` - Compile as a C++ source file.
13
13
*`Objective-C` - Compile as an Objective-C source file.
14
14
*`Objective-C++` - Compile as an Objective-C++ source file.
15
-
*`Module` - Needs documentation
16
-
*`ModulePartition` - Needs documentation
17
-
*`HeaderUnit` - Needs documentation
15
+
*`Module` - Compile as a C++20 module interface unit.
16
+
*`ModulePartition` - Compile as a C++20 module interface partition.
17
+
*`HeaderUnit` - Compile as a C++20 header unit.
18
18
19
19
### Applies To ###
20
20
21
21
The `workspace`, `project` or `file` scope.
22
22
23
23
### Availability ###
24
24
25
-
Premake 5.0.0 alpha 13 or later.
25
+
Premake 5.0.0 alpha 13 or later. The options **Module**, **ModulePartition** and **HeaderUnit** are only available in Premake 5.0-beta1 or later and only implemented for Visual Studio 2019+.
0 commit comments