From b9e8c1f1ac5232b511b7cd609f52a0a620cc5ad3 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Mon, 24 Jun 2002 19:08:29 +0000 Subject: Fixed a bug in static project dsp name generation --- bin/MakeProjectCreator/modules/ProjectCreator.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm index 389a360d986..fea315c3875 100644 --- a/bin/MakeProjectCreator/modules/ProjectCreator.pm +++ b/bin/MakeProjectCreator/modules/ProjectCreator.pm @@ -1041,6 +1041,8 @@ sub write_project { if ($status && $self->separate_static_project() && $self->lib_target()) { + ## Set the project name back to what it originally was + $self->process_assignment('project_name', $prjname); $name = $self->static_project_file_name(); ## Writing the static file so set it to 1 -- cgit v1.2.1