view contrib/wix/defines.wxi @ 31135:a416d0f1c628 stable

i18n-ja: synchronized with 7074589cf22a
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Wed, 01 Mar 2017 16:43:22 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>