summaryrefslogtreecommitdiff
path: root/modules/TemplateParser.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-19 02:11:50 +0000
commit521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43 (patch)
tree0a43cb78ceff32479a0ede84db794c143ca749c7 /modules/TemplateParser.pm
parent315d2a2dd3220e48ab836662c168a9cacc3d4585 (diff)
downloadMPC-521ecaf0d7aebf13e7d42a71d5a86e9d94c60e43.tar.gz
ChangeLogTag: Wed Aug 19 02:11:03 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/TemplateParser.pm')
-rw-r--r--modules/TemplateParser.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm
index 7c647624..de057a6c 100644
--- a/modules/TemplateParser.pm
+++ b/modules/TemplateParser.pm
@@ -1844,6 +1844,11 @@ sub collect_data {
$prjc->update_project_info($self, 1, ['custom_only']);
$prjc->update_project_info($self, 1, ['nocross']);
+ ## For VC8 to be able to add references to managed DLL's to the current
+ ## managed DLL project (if it is one), we need to keep track of whether
+ ## the project is 'managed' or not.
+ $prjc->update_project_info($self, 1, ['managed']);
+
## Some Windows based projects can't deal with certain version
## values. So, for those we provide a translated version.
my $version = $prjc->get_assignment('version');