summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-18 19:06:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-18 19:06:55 +0000
commit544075ea639b6cc8ff5e0f610e844697eaf5012a (patch)
tree1c30f3ff0fdae936fa2f6f3b7a312fb7c4b20d38 /modules/VC7ProjectCreator.pm
parent4f88af931190a71a6b1989d7235ffdc53eff0ac1 (diff)
downloadMPC-544075ea639b6cc8ff5e0f610e844697eaf5012a.tar.gz
ChangeLogTag: Wed Jan 18 13:04:27 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index bdc90560..e533047b 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -101,6 +101,9 @@ sub fill_value {
$self->{'current_input'},
$self->getcwd());
}
+ elsif ($name eq 'language') {
+ $value = $self->get_language();
+ }
else {
$value = $self->get_configurable($name);
}