summaryrefslogtreecommitdiff
path: root/modules/WixWorkspaceCreator.pm
diff options
context:
space:
mode:
authorcalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 16:42:59 +0000
committercalkinsc <calkinsc@a3e5c962-4219-0410-a828-e124f845ac39>2010-11-03 16:42:59 +0000
commit8ce5fd9996e52b4ba846bf66fcb58a9db72c4670 (patch)
tree03ad8b31a5117485ac7ebb8c5dda20a1089364c3 /modules/WixWorkspaceCreator.pm
parentf5e67ae5e79e146f8bbd7fb77753ca6a3a4d181c (diff)
downloadMPC-8ce5fd9996e52b4ba846bf66fcb58a9db72c4670.tar.gz
Wed Nov 3 16:42:10 UTC 2010 Charles Calkins <calkinsc@ociweb.com>
* modules/CDT6WorkspaceCreator.pm: * modules/NMakeWorkspaceCreator.pm: * modules/TemplateParser.pm: * modules/VC7WorkspaceCreator.pm: * modules/WixWorkspaceCreator.pm: Re-enabled the wix "make_group" flag.
Diffstat (limited to 'modules/WixWorkspaceCreator.pm')
-rw-r--r--modules/WixWorkspaceCreator.pm7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/WixWorkspaceCreator.pm b/modules/WixWorkspaceCreator.pm
index 3bbb7009..cd989b9f 100644
--- a/modules/WixWorkspaceCreator.pm
+++ b/modules/WixWorkspaceCreator.pm
@@ -101,11 +101,8 @@ sub post_workspace {
# for each project, find all dependencies
foreach my $project (keys %project_dependencies) {
# foreach my $cfg (@cfgs_main) -> <configuration|platform> could be <Debug|AnyCPU Release|AnyCPU> or <Debug|Win32 Release|Win32 Debug|x64 Release|x64>
- #my($pname_main, $rawdeps_main, $guid_main, $language_main, $custom_only_main, $nocross_main, $managed_main, $make_group_main, @cfgs_main) = @{$$info{$project}};
- my($pname_main, $rawdeps_main, $guid_main, $language_main, $custom_only_main, $nocross_main, $managed_main, @cfgs_main) = @{$$info{$project}};
-
- my $make_group_main = 1; # for now
-
+ my($pname_main, $rawdeps_main, $guid_main, $language_main, $custom_only_main, $nocross_main, $managed_main, $make_group_main, @cfgs_main) = @{$$info{$project}};
+
# only generate a group if "make_group = 1"
if ($make_group_main) {
my %all_deps = (); # all dependencies used by any project referenced by $project