contrib/wix/defines.wxi
author Sean Farley <sean@farley.io>
Tue, 13 Jun 2017 11:10:22 -0700
changeset 33022 e0a8dd6c87c7
parent 13042 bd9bc4123920
permissions -rw-r--r--
bookmarks: factor out rename logic from commands We keep the lock in the caller so that future devs are aware of the locking implications.

<Include>

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

</Include>