summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 14:25:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 14:25:09 +0000
commitd6c815d28279f514e7ec09f9d03e3fbcfbc750bc (patch)
treec7dc27af8e2d4e34322a44a4cd4ae0407145d000
parent383d1368fd979a69bc94bc88d0016c5f5c513b2e (diff)
downloadMPC-d6c815d28279f514e7ec09f9d03e3fbcfbc750bc.tar.gz
ChangeLogTag: Tue Apr 29 09:24:07 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index f68552ea..4370875e 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -771,7 +771,7 @@ sub generate_default_target_names {
## If we still don't have a project type, then we will
## default to a library
if (!$self->exe_target()) {
- my($base) = $self->base_directory();
+ my($base) = $self->get_assignment('project_name');
$self->process_assignment('sharedname', $base);
$self->process_assignment('staticname', $base);
}