view contrib/wix/defines.wxi @ 16815:e740746ea557

minirst: generate tables as a list of joined lines
author Olav Reinert <seroton10@gmail.com>
date Fri, 01 Jun 2012 11:58:23 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>