Initial community commit
This commit is contained in:
19
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/basedir.md
vendored
Normal file
19
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/basedir.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
Sets the base directory for a configuration, from with other paths contained by the configuration will be made relative at export time.
|
||||
|
||||
```lua
|
||||
basedir ("value")
|
||||
```
|
||||
|
||||
You do not normally need to set this value, as it is filled in automatically with the current working directory at the time the configuration block is created by the script.
|
||||
|
||||
### Parameters ###
|
||||
|
||||
`value` is an absolute path, from which other paths contained by the configuration should be made relative.
|
||||
|
||||
### Applies To ###
|
||||
|
||||
Any configuration.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 4.4 or later.
|
||||
Reference in New Issue
Block a user