summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 16:03:36 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-29 16:03:36 +0000
commit62b75506a6c317eb004204add22f200c3b16d7c2 (patch)
treeb1437db1fb6a3768f75629b56a8bdf2894a461fb
parentd6c815d28279f514e7ec09f9d03e3fbcfbc750bc (diff)
downloadMPC-62b75506a6c317eb004204add22f200c3b16d7c2.tar.gz
ChangeLogTag: Tue Apr 29 11:02:27 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/NMakeWorkspaceCreator.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/NMakeWorkspaceCreator.pm b/modules/NMakeWorkspaceCreator.pm
index 553edfce..b8b3f090 100644
--- a/modules/NMakeWorkspaceCreator.pm
+++ b/modules/NMakeWorkspaceCreator.pm
@@ -32,13 +32,7 @@ sub crlf {
sub workspace_file_name {
my($self) = shift;
- return $self->get_modified_workspace_name('Makefile', '');
-}
-
-
-sub workspace_per_project {
- #my($self) = shift;
- return 1;
+ return $self->get_workspace_name() . '.mak';
}