diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2002-11-08 18:59:24 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2002-11-08 18:59:24 +0000 |
commit | e62e759b7176231673f0fbbf9c372ef88abd540b (patch) | |
tree | 2f08004f907835169d6d224fba463ca74a26de51 /bin/MakeProjectCreator/README | |
parent | 7716ffa6a9aa66edf53fdea256ac783fad2bcdf5 (diff) | |
download | ATCD-e62e759b7176231673f0fbbf9c372ef88abd540b.tar.gz |
ChangeLogTag: Fri Nov 8 12:57:57 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/MakeProjectCreator/README')
-rw-r--r-- | bin/MakeProjectCreator/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/README b/bin/MakeProjectCreator/README index 56c382c6153..8b69baa3bdc 100644 --- a/bin/MakeProjectCreator/README +++ b/bin/MakeProjectCreator/README @@ -112,6 +112,20 @@ depends Specifies 1 or more project names upon which this project depend dllflags (Windows Only) Specifies preprocessor flags needed for dll's libflags (Windows Only) Specifies preprocessor flags needed for lib's +verbatim This allows arbitrary information to be place in a generated + project file. The syntax is as follows: + + verbatim(<project type>, <location>) { + .. + .. + } + + When MPC is generating a project of type <project type> and + comes upon a marker that matches the <location> name, it + will place the text found inside the construct directly into + the generated project. If you need to preserve whitespace, + the line or lines should be placed inside double quotes. + The Following are GNU only: requires Specifies which tao macros should be set to build the target avoids Specifies which tao macros should not be set to build the target |