contrib/wix/defines.wxi
author Mads Kiilerich <madski@unity3d.com>
Wed, 17 Apr 2013 03:40:18 +0200
changeset 19023 86531a7038ed
parent 13042 bd9bc4123920
permissions -rw-r--r--
codingstyle: remove trailing spaces in various text files Better do it once than see random changes in diffs later.

<Include>

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

</Include>