contrib/wix/defines.wxi
author timeless <timeless@mozdev.org>
Sun, 29 Nov 2015 06:51:23 +0000
changeset 27149 2f804a38351e
parent 13042 bd9bc4123920
permissions -rw-r--r--
graphlog: rename glog function I see no reason for the function not to be glog ...

<Include>

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

</Include>