view contrib/wix/defines.wxi @ 31777:6a5b69b0abec

util: add helper to convert between LF and native EOL See the next patch for why.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 29 Mar 2017 21:40:15 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>