mirror of
https://github.com/xenia-project/premake-core.git
synced 2024-11-26 21:20:24 +00:00
Merge pull request #1730 from LORgames/ssurtees/compileasDocs
Added missing compileas values to docs
This commit is contained in:
commit
07d8876f9e
@ -10,6 +10,11 @@ compileas "value"
|
||||
* `Default` - Compile based on file extensions that have been built into premake.
|
||||
* `C` - Compile as a C source file.
|
||||
* `C++` - Compile as a C++ source file.
|
||||
* `Objective-C` - Compile as an Objective-C source file.
|
||||
* `Objective-C++` - Compile as an Objective-C++ source file.
|
||||
* `Module` - Needs documentation
|
||||
* `ModulePartition` - Needs documentation
|
||||
* `HeaderUnit` - Needs documentation
|
||||
|
||||
### Applies To ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user