summaryrefslogtreecommitdiff
path: root/modules/GHSProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-01-05 13:09:13 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-01-05 13:09:13 +0000
commita628132844b2fc15f2cd3bce0a2e70b7e5cd9559 (patch)
tree9b367d43457230d0099bb8ead6f01a2071877631 /modules/GHSProjectCreator.pm
parentbfa783a8818ba51b76c0ba0fec80a84cd1843f72 (diff)
downloadMPC-a628132844b2fc15f2cd3bce0a2e70b7e5cd9559.tar.gz
ChangeLogTag: Wed Jan 5 07:08:57 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/GHSProjectCreator.pm')
-rw-r--r--modules/GHSProjectCreator.pm12
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/GHSProjectCreator.pm b/modules/GHSProjectCreator.pm
index 38cfa1b1..07af5688 100644
--- a/modules/GHSProjectCreator.pm
+++ b/modules/GHSProjectCreator.pm
@@ -41,15 +41,9 @@ sub convert_slashes {
}
-sub project_file_name {
- my($self) = shift;
- my($name) = shift;
-
- if (!defined $name) {
- $name = $self->project_name();
- }
-
- return $self->get_modified_project_file_name("$name", '.bld');
+sub project_file_extension {
+ #my($self) = shift;
+ return '.bld';
}