contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Thu, 01 May 2014 17:48:02 -0500
branchstable
changeset 21219 cadad384c97c
parent 13042 bd9bc4123920
permissions -rw-r--r--
Added signature for changeset 2195ac506c6a

<Include>

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

</Include>