view contrib/wix/defines.wxi @ 20549:2025315cfb0c

comments: fix minor spelling issues found with spell checker
author Mads Kiilerich <madski@unity3d.com>
date Thu, 20 Feb 2014 02:39:01 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>