contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@fb.com>
Sun, 28 Sep 2014 13:43:31 -0700
changeset 22658 a8f0d8e4c80a
parent 13042 bd9bc4123920
permissions -rw-r--r--
pull: gather explicit bookmark pulls with bookmark updates There is no reason to make them at different times. So we gather them. This is the first step toward merging them.

<Include>

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

</Include>