contrib/wix/defines.wxi
author Anton Shestakov <av6@dwimlabs.net>
Sun, 19 Nov 2017 13:18:54 +0800
changeset 35116 bd2743936b56
parent 13042 bd9bc4123920
permissions -rw-r--r--
context: add instabilities() method to basefilectx This method is now used in webutils.commonentry(), which adds common data items (commit hash, author, date, etc) for rendering changesets in hgweb. Usually, commonentry() is given a changectx as ctx; but in views related to files (e.g. file view, diff, annotate) it's replaced by a filectx, so the latter also needs to have instabilities() method.

<Include>

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

</Include>