Tag ID
|
Tag
Description
|
| projectgroup |
Defines a group of projects Must
have the NAME attribute. This contains any number of project tags. |
| project |
Project tag defines a NAME
(mandatory) other than it's project group and FILE (mandatory)
attribute relative to the Path tag. LastMake and LastBuild define when
this target was last Make'd or Build'd. The target must have at
least one module. may contain an option tag for linking. It
may also have a Version tag. |
| version |
Version tag is an empty tag that
contains 4 ATTRIBUTES. MAJOR_REV MINOR_REV RELEASE and
BUILD_NUMBER each attribute is a number between 0 and 2^32-1.
These should be adequate for most people. (Note this is just a tag
currently I haven't designed it yet to auto increment the build number
and include version information as an option, that will be LATER).
|
| module |
Defines a SOURCE and TARGET
(optional) may contain option tag for assembly compiling or linking. |
| option |
May contain compilor linker or
assembler CLI options |
| path |
The Path tag contents are the
directory path to the project. |
|
|
|
|
|
|
|
|