view contrib/wix/defines.wxi @ 34761:cb1ea7ef773d

configitems: register the 'patchbomb.cc' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 23:07:01 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>