summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-01-14 17:23:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-01-14 17:23:58 +0000
commit20bcfe10e0f54cb0e53844790fdeef1e97c313d4 (patch)
treee32f21b632ecf41f2a9c9ecc3eb1876157e6b82f /docs/templates
parent17a7a1b54fdb078ac0bf4dd140454466fe999e22 (diff)
downloadMPC-20bcfe10e0f54cb0e53844790fdeef1e97c313d4.tar.gz
ChangeLogTag: Thu Jan 14 17:23:14 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/common.txt1
-rw-r--r--docs/templates/make.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/templates/common.txt b/docs/templates/common.txt
index f5afaec8..84f5b732 100644
--- a/docs/templates/common.txt
+++ b/docs/templates/common.txt
@@ -10,6 +10,7 @@ dll_ext = The dynamic library extension. The value for this depends on the proj
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.
intermediate_dir = A configuration specific location where object files are placed.
+language = The MPC language setting at the time of project generation.
lib_ext = The static or impl library extension. The value for this depends on the project type.
lib_modifier = Used to modifier a library name. The value of this is appendend to the library name before the extension is added.
lib_prefix = The dynamic and static library prefix. The value for this depends on the project type.
diff --git a/docs/templates/make.txt b/docs/templates/make.txt
index d2e7ed33..4fc01a28 100644
--- a/docs/templates/make.txt
+++ b/docs/templates/make.txt
@@ -1,4 +1,4 @@
-// Current as of 6/17/2008
+// Current as of 1/14/2010
// This defines the role of all the template variables specific to the
// 'make' project type.
//
@@ -30,6 +30,7 @@ expanded_variable_assignment = Used to enable the setting of custom library path
extraarflags = Additional, platform specific, flags to be passed to the static library creation tool.
extracppflags = Additional, platform specific, flags to be passed to the source file compiler.
genflags = Used to determine the default compile mode (either debug or optimized).
+gnumake = Indicates that GNU Make extensions can be used in the generated Makefile.
ld = Used to override the default linker and flags for executables.
ldlibs = Platform specific libraries to be linked into dynamic libraries and executables.
libgenopt = This is used to pass an option, if necessary, to the static library creation tool to specify the library name.