summaryrefslogtreecommitdiff
path: root/modules/VC7WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-12-22 16:32:20 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-12-22 16:32:20 +0000
commit25a6b76d9c19f80129bf8069baeafaf6ea127cfe (patch)
treee039aef35509d701cc6325b0e3eb5f4cb80d58d1 /modules/VC7WorkspaceCreator.pm
parente073ae2594080aea4607e07b28b520b8c82eddf3 (diff)
downloadMPC-25a6b76d9c19f80129bf8069baeafaf6ea127cfe.tar.gz
ChangeLogTag: Mon Dec 22 10:31:41 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7WorkspaceCreator.pm')
-rw-r--r--modules/VC7WorkspaceCreator.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/VC7WorkspaceCreator.pm b/modules/VC7WorkspaceCreator.pm
index 521939a6..a1530429 100644
--- a/modules/VC7WorkspaceCreator.pm
+++ b/modules/VC7WorkspaceCreator.pm
@@ -22,6 +22,12 @@ use vars qw(@ISA);
# Subroutine Section
# ************************************************************
+sub compare_output {
+ #my($self) = shift;
+ return 1;
+}
+
+
sub crlf {
my($self) = shift;
return $self->windows_crlf();
@@ -76,7 +82,7 @@ sub print_dependencies {
my($pjs) = shift;
my($crlf) = $self->crlf();
- ## I hate to add yet another loop through all the projects, but
+ ## I hate to add yet another loop through all the projects, but
## we must have some way to map plain project names to guids.
my(%name_to_guid_map) = ();
foreach my $project(@$list) {
@@ -115,7 +121,7 @@ sub write_comps {
my(@list) = $self->sort_dependencies($projects, $pjs);
my($crlf) = $self->crlf();
- ## I hate to add yet another loop through all the projects, but
+ ## I hate to add yet another loop through all the projects, but
## we must have some way to map plain project names to guids.
my(%name_to_guid_map) = ();
foreach my $project(@list) {