contrib/wix/defines.wxi
author Kevin Bullock <kbullock@ringworld.org>
Wed, 23 Feb 2011 20:47:00 -0600
branchstable
changeset 13476 b85a09f368bd
parent 13042 bd9bc4123920
permissions -rw-r--r--
workingctx: overload bookmarks() to return parents' bookmarks This implements workingctx.bookmarks() parallel to workingctx.tags(), overloading the implementation from changectx.

<Include>

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

</Include>