summaryrefslogtreecommitdiff
path: root/modules/VC6WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-23 18:09:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-23 18:09:34 +0000
commita60b0950fa172677ce5256cd019b62d121c10d1a (patch)
tree1acbdf14e6fb17d03596d268ad19fada45c47d92 /modules/VC6WorkspaceCreator.pm
parentcd9923f4d781a89d66c7836d9e14172ac348ce2f (diff)
downloadMPC-a60b0950fa172677ce5256cd019b62d121c10d1a.tar.gz
ChangeLogTag: Mon Jan 23 12:08:25 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC6WorkspaceCreator.pm')
-rw-r--r--modules/VC6WorkspaceCreator.pm9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/VC6WorkspaceCreator.pm b/modules/VC6WorkspaceCreator.pm
index f4a4d67b..c9fb7661 100644
--- a/modules/VC6WorkspaceCreator.pm
+++ b/modules/VC6WorkspaceCreator.pm
@@ -86,12 +86,9 @@ sub write_comps {
if (defined $deps && $deps ne '') {
my($darr) = $self->create_array($deps);
foreach my $dep (@$darr) {
- ## Avoid cirular dependencies
- if ($name ne $dep) {
- print $fh " Begin Project Dependency$crlf" .
- " Project_Dep_Name $dep$crlf" .
- " End Project Dependency$crlf";
- }
+ print $fh " Begin Project Dependency$crlf" .
+ " Project_Dep_Name $dep$crlf" .
+ " End Project Dependency$crlf";
}
}