summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-12-01 15:06:27 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-12-01 15:06:27 +0000
commit33bc305eaeab85a62991e03559d97101895fa242 (patch)
tree69d222ea1fa2aecb7bafcbc95eee113710af20f1 /docs/templates
parent09edc0c6c97f93593cee9bda4c127730fd9175a0 (diff)
downloadMPC-33bc305eaeab85a62991e03559d97101895fa242.tar.gz
ChangeLogTag: Tue Dec 1 15:05:46 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/common.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/common.txt b/docs/templates/common.txt
index 5953788d..f5afaec8 100644
--- a/docs/templates/common.txt
+++ b/docs/templates/common.txt
@@ -5,6 +5,7 @@
compile_flags = This holds flags passed to the compiler for source files.
configurations = This determines build configurations (ex. Debug, Release, etc.)
cwd = The current working directory of the project.
+delaysign = Set this to true or false to enable delay signing.
dll_ext = The dynamic library extension. The value for this depends on the project type.
exe_ext = The executable extension. The value for this depends on the project type.
forcount = The count of the number of times iteration has occurred within the current foreach loop. The base value is determined by the foreach declaration.