summaryrefslogtreecommitdiff
path: root/modules/ProjectCreator.pm
diff options
context:
space:
mode:
authorjohnsonb <johnsonb@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-25 21:07:14 +0000
committerjohnsonb <johnsonb@a3e5c962-4219-0410-a828-e124f845ac39>2010-08-25 21:07:14 +0000
commit465a8f68b354d945452b030ffd678a5088babb5e (patch)
treef35c410eef13409cd2189ee4f1dac4d86c2ed564 /modules/ProjectCreator.pm
parent008c27a241162046c26fa55f8818c4db9959ba76 (diff)
downloadMPC-465a8f68b354d945452b030ffd678a5088babb5e.tar.gz
ChangeLogTag: Wed Aug 25 20:56:36 UTC 2010 Brian Johnson <johnsonb@ociweb.com>
Diffstat (limited to 'modules/ProjectCreator.pm')
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index f4220228..a17fdcfb 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -87,6 +87,7 @@ my %customDefined = ('automatic_in' => 0x04,
'command' => 0x14,
'commandflags' => 0x14,
'dependent' => 0x14,
+ 'dependent_libs' => 0x14,
'precommand' => 0x14,
'postcommand' => 0x14,
'inputext' => 0x01,
@@ -134,6 +135,7 @@ my %customDefined = ('automatic_in' => 0x04,
my %custom = ('command' => 1,
'commandflags' => 1,
'dependent' => 1,
+ 'dependent_libs'=> 1,
'gendir' => 0,
'precommand' => 1,
'postcommand' => 1,