#include <openldev-project.h>
Data Fields | |
OpenLDevXmlDocument * | xml |
vector< string > | lastfiles |
string | template_name |
string | autogen |
string | build |
string | compile |
string | configure |
string | clean |
string | execute |
string | fullname |
string | language |
string | location |
string | name |
string | version |
|
The auto generate command. |
|
The build command. |
|
The clean command. |
|
The compile command. And instance of {FILE} will be replaced by the full path of the current file. |
|
The configure command. You can edit this to include parameters to pass every time it is run. |
|
The execute command. All instances of {BASE} wil be replaced by the full location of the project and all instances of {NAME} will be replaced by the project name. |
|
The full file name of the project file from which these settings were loaded. |
|
The programming language(s) used in the project. |
|
List of files that should be loaded when the project is reopened. |
|
The full location of the project. This is obtained from the project file name, so if the project is moved, this will be updated. |
|
The name of the project as it appears in the full project file name. |
|
The short name of the template that was used to create the project. |
|
The version of the project as it appears in your configure.in file. |
|
The loaded XML file that holds all of the data about the OpenLDev project. |