contrib/wix/defines.wxi
author Eric Sumner <ericsumner@fb.com>
Thu, 18 Dec 2014 11:38:48 -0800
changeset 23631 b8260abfeb7d
parent 13042 bd9bc4123920
permissions -rw-r--r--
bundlerepo: implement safe phasecache This patch makes bundlerepo use a subclass of phasecache that will allow phase boundaries to be moved around, but will never write them to the underlying repository.

<Include>

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

</Include>