view contrib/wix/defines.wxi @ 41388:ee7791f2515b

revset: move dagop.maxlogdepth usage to generationsrel() Not all subscript operations would want (maxlogdepth - 1) in place of None.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 26 Jan 2019 12:21:20 +0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>