summaryrefslogtreecommitdiff
path: root/modules/VC7WorkspaceCreator.pm
diff options
context:
space:
mode:
authorcalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 15:41:50 +0000
committercalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 15:41:50 +0000
commitf5e67ae5e79e146f8bbd7fb77753ca6a3a4d181c (patch)
tree952bd9f229fae9c7d4022d449b3b61bda98f94a6 /modules/VC7WorkspaceCreator.pm
parent1da87b721efee6aa3887ebbf1d98c2c7dca0869b (diff)
downloadMPC-f5e67ae5e79e146f8bbd7fb77753ca6a3a4d181c.tar.gz
Wed Nov 3 15:41:16 UTC 2010 Charles Calkins <calkinsc@ociweb.com>
* modules/VC7WorkspaceCreator.pm: Temporarily removed wix "make_group" flag.
Diffstat (limited to 'modules/VC7WorkspaceCreator.pm')
-rw-r--r--modules/VC7WorkspaceCreator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/VC7WorkspaceCreator.pm b/modules/VC7WorkspaceCreator.pm
index 4cd4fc94..c6c2436c 100644
--- a/modules/VC7WorkspaceCreator.pm
+++ b/modules/VC7WorkspaceCreator.pm
@@ -143,7 +143,8 @@ sub write_comps {
## Project Information
foreach my $project (@list) {
- my($pname, $rawdeps, $guid, $language, $custom_only, $nocross, $managed, $make_group, @cfgs) = @{$$pjs{$project}};
+ #my($pname, $rawdeps, $guid, $language, $custom_only, $nocross, $managed, $make_group, @cfgs) = @{$$pjs{$project}};
+ my($pname, $rawdeps, $guid, $language, $custom_only, $nocross, $managed, @cfgs) = @{$$pjs{$project}};
my $pguid = $guids{$language};
my $deps = $self->get_validated_ordering($project);
my($name, $proj) = $self->adjust_names($pname, $project, $language);