contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 11 Sep 2015 17:06:56 -0700
changeset 26271 a0eff7ebc2ae
parent 13042 bd9bc4123920
permissions -rw-r--r--
readbundle: map 'HG10UN' to None compression In line with the other previous changes

<Include>

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

</Include>