view contrib/wix/defines.wxi @ 39398:8ab79580047f

bash_completion: add more global options that receive an argument
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 02 Sep 2018 08:39:17 +0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>