contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 20 Oct 2015 03:14:36 +0200
changeset 26922 34bba01a1355
parent 13042 bd9bc4123920
permissions -rw-r--r--
test: use generaldelta in 'test-rebase-conflict.t' Doing this has some minor impacts on test output since the rebase backup bundle moves to bundle2.

<Include>

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

</Include>