summaryrefslogtreecommitdiff
path: root/modules/VC7WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-05-24 18:50:47 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-05-24 18:50:47 +0000
commit2741960119725556c4d676eb29db9fa25cf16a77 (patch)
treefab9b4da9fa7ef2aca39e634bfe78e621375df71 /modules/VC7WorkspaceCreator.pm
parent937c6e3fc59dbf63bbe31b9dcd4b03cd5ae5e3b7 (diff)
downloadMPC-2741960119725556c4d676eb29db9fa25cf16a77.tar.gz
ChangeLogTag: Sun May 24 18:46:31 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7WorkspaceCreator.pm')
-rw-r--r--modules/VC7WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC7WorkspaceCreator.pm b/modules/VC7WorkspaceCreator.pm
index e3f21c8f..be389f73 100644
--- a/modules/VC7WorkspaceCreator.pm
+++ b/modules/VC7WorkspaceCreator.pm
@@ -197,7 +197,7 @@ sub write_comps {
if (index($cfg, 'Win32') >= 0 || index($cfg, 'x64') >= 0) {
$deployable = 0;
$buildable = 1;
- } elsif ($custom_only) {
+ } elsif ($custom_only) {
$deployable = 0;
}
if (defined $anycpu) {