summaryrefslogtreecommitdiff
path: root/modules/VC8WorkspaceCreator.pm
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-26 15:06:15 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-26 15:06:15 +0000
commit6fd0483cd075ba7b5388f7ee1f64ea5c2a6e4e42 (patch)
tree1b902bc7ab56aaed995c63495e7b631a28ed4c98 /modules/VC8WorkspaceCreator.pm
parent465a8f68b354d945452b030ffd678a5088babb5e (diff)
downloadMPC-6fd0483cd075ba7b5388f7ee1f64ea5c2a6e4e42.tar.gz
ChangeLogTag: Thu Aug 26 15:04:04 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'modules/VC8WorkspaceCreator.pm')
-rw-r--r--modules/VC8WorkspaceCreator.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/VC8WorkspaceCreator.pm b/modules/VC8WorkspaceCreator.pm
index 0d09bf15..53b36a99 100644
--- a/modules/VC8WorkspaceCreator.pm
+++ b/modules/VC8WorkspaceCreator.pm
@@ -93,12 +93,8 @@ sub post_workspace {
"$cwd/$project",
$dep);
if (defined $relative) {
-
$relative =~ s!/!\\!g;
- ## Temporary hack for vc10, this probably needs to change.
- $relative =~ s/\.filters$//;
-
if ($lang eq Creator::cplusplus) {
## If the current project is not managed, then we will
## add references (although I doubt that will be useful).