contrib/wix/defines.wxi
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Wed, 12 Aug 2015 08:53:01 -0400
changeset 26223 ed12abab068e
parent 13042 bd9bc4123920
permissions -rw-r--r--
simplemerge: enable option to resolve conflicts one way With this change, the simplemerge algorithm grows an option to only return the local or the other hunk in a conflicting region.

<Include>

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

</Include>