contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Wed, 18 Feb 2015 22:53:53 +0900
changeset 24236 de14c3972c2f
parent 13042 bd9bc4123920
permissions -rw-r--r--
sortdict: have update() accept either dict or iterable of key/value pairs Future patches will make the templater store a sorted dict in the _hybrid object. sortdict should be constructed from a sorted list.

<Include>

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

</Include>