contrib/wix/defines.wxi
author Bryan O'Sullivan <bryano@fb.com>
Thu, 21 Mar 2013 09:13:16 -0700
changeset 18789 fff3a8114510
parent 13042 bd9bc4123920
permissions -rw-r--r--
bash_completion: nuke a duplicated function

<Include>

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

</Include>