view contrib/wix/defines.wxi @ 26022:c96d856e00e8

monoblue: remove duplicate font-family property from td.source
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 11 Aug 2015 13:48:57 +0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>