summaryrefslogtreecommitdiff
path: root/modules/ProjectCreator.pm
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2011-03-15 14:58:59 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2011-03-15 14:58:59 +0000
commit879989c267a35ef1584cc62ea66301d80378e107 (patch)
tree3cd289a3e2964d39ffadbcde731e2b60532fb640 /modules/ProjectCreator.pm
parent0daa6faf500e2d5c8af4c2c81f6f0cf1baf62677 (diff)
downloadMPC-879989c267a35ef1584cc62ea66301d80378e107.tar.gz
ChangeLogTag: Tue Mar 15 14:54:48 UTC 2011 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'modules/ProjectCreator.pm')
-rw-r--r--modules/ProjectCreator.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 67235477..7d6b7a78 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -483,6 +483,10 @@ sub process_assignment {
}
mpc_debug::chkpnt_post_after_keyword_assignment($name, $value, $assign, $calledfrom);
}
+ ## Support the '*' mechanism for libs assignment as well.
+ elsif ($name eq 'libs' && index($value, '*') >= 0) {
+ $value = $self->fill_type_name($value, $self->get_default_project_name());
+ }
## If this particular project type does not consider the dollar sign
## special and the user has provided two dollarsigns as an escape, we