summaryrefslogtreecommitdiff
path: root/modules/BCB2007ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 16:05:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-18 16:05:54 +0000
commit6fd3ad3f828f394c6f668cc6b43981a22e1f6317 (patch)
tree61c90e72b7bf915d9d80c8e5e1837abbbaaadb0d /modules/BCB2007ProjectCreator.pm
parent97fa1ff1e6cf30fa55cb9c32081ea3ef9055fbd2 (diff)
downloadMPC-6fd3ad3f828f394c6f668cc6b43981a22e1f6317.tar.gz
ChangeLogTag: Fri Jul 18 16:03:52 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/BCB2007ProjectCreator.pm')
-rw-r--r--modules/BCB2007ProjectCreator.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/BCB2007ProjectCreator.pm b/modules/BCB2007ProjectCreator.pm
index ba6331e9..a5f1d870 100644
--- a/modules/BCB2007ProjectCreator.pm
+++ b/modules/BCB2007ProjectCreator.pm
@@ -24,25 +24,25 @@ use vars qw(@ISA);
# ************************************************************
sub crlf {
- #my($self) = shift;
+ #my $self = shift;
return "\n";
}
sub project_file_extension {
- #my($self) = shift;
+ #my $self = shift;
return '.cbproj';
}
sub get_dll_exe_template_input_file {
- #my($self) = shift;
+ #my $self = shift;
return 'bcb2007exe';
}
sub get_dll_template_input_file {
- #my($self) = shift;
+ #my $self = shift;
return 'bcb2007dll';
}