contrib/wix/defines.wxi
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 28 Apr 2015 10:21:04 -0700
changeset 24900 59d1bf41af85
parent 13042 bd9bc4123920
permissions -rw-r--r--
changegroup: don't reuse 'mfest' variable for different type We have a variable 'mfest' that's first a manifest nodeid and then a manifest. Let's make it clearer by using separate variables for the two uses.

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>