diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-29 14:25:09 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-29 14:25:09 +0000 |
commit | 48a2fe7219816d8802411b847f002b8e1668a8b3 (patch) | |
tree | 5f795eb8c216fce092039fa6e91ad38af5f49606 /bin | |
parent | c898253681ebf758c6a3696f2b4c305a938f1cab (diff) | |
download | ATCD-48a2fe7219816d8802411b847f002b8e1668a8b3.tar.gz |
ChangeLogTag: Tue Apr 29 09:24:07 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/modules/ProjectCreator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm index f68552ea131..4370875ecb3 100644 --- a/bin/MakeProjectCreator/modules/ProjectCreator.pm +++ b/bin/MakeProjectCreator/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); } |