summaryrefslogtreecommitdiff
path: root/modules/VC7WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-11-08 18:53:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-11-08 18:53:34 +0000
commitd5089ca1cd350409fd5f4a2d5943630a74e7ee04 (patch)
tree3e094c41ca55e2355d3fc7cc30a59956db1f52c6 /modules/VC7WorkspaceCreator.pm
parent582a4bf36edd4605c860fd451f066c69bbef8f7f (diff)
downloadMPC-d5089ca1cd350409fd5f4a2d5943630a74e7ee04.tar.gz
ChangeLogTag: Fri Nov 8 12:52:16 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7WorkspaceCreator.pm')
-rw-r--r--modules/VC7WorkspaceCreator.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/VC7WorkspaceCreator.pm b/modules/VC7WorkspaceCreator.pm
index db5be6ca..23fa4931 100644
--- a/modules/VC7WorkspaceCreator.pm
+++ b/modules/VC7WorkspaceCreator.pm
@@ -62,8 +62,7 @@ sub write_comps {
my($name, $deps, $pguid) = @$pi;
## Convert all /'s to \
- my($cpy) = $project;
- $cpy =~ s/\//\\/g;
+ my($cpy) = $self->slash_to_backslash($project);
print $fh "Project(\"{$guid}\") = \"$name\", \"$cpy\", \"{$pguid}\"$crlf" .
"EndProject$crlf";
}