summaryrefslogtreecommitdiff
path: root/modules/ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-12-02 12:57:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-12-02 12:57:45 +0000
commitd9d2f27dde82620c4799d492597f3d0abfb76cf2 (patch)
treed7d7287d1db01bbc8cbe48d133f9288c4ddc635c /modules/ProjectCreator.pm
parent0ad9c2a13c976210d5be1a93affa0661c41996e6 (diff)
downloadMPC-d9d2f27dde82620c4799d492597f3d0abfb76cf2.tar.gz
ChangeLogTag: Thu Dec 2 12:57:11 UTC 2010 Chad Elliott <elliott_c@ociweb.com>Latest_ACETAO_Major
Diffstat (limited to 'modules/ProjectCreator.pm')
-rw-r--r--modules/ProjectCreator.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 88b47150..e8d82c64 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -167,7 +167,7 @@ my $generic_key = 'generic_files';
## order is determined by the TemplateParser.
##
## NOTE: If you are going to add a new constant, you must make it the
-## numeric avlue of the CONFIGURATIONS constant and increment
+## numeric value of the CONFIGURATIONS constant and increment
## the existing CONFIGURATIONS value.
use constant PROJECT_NAME => 0;
use constant DEPENDENCIES => 1;
@@ -205,6 +205,8 @@ my %cppma = ('source_files' => ['buildflags',
'managed',
'no_pch',
],
+ 'header_files' => [ 'dependent_upon',
+ ],
);
# ************************************************************