contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Sun, 08 Apr 2012 22:17:51 -0500
changeset 16382 f542d291c4f2
parent 13042 bd9bc4123920
permissions -rw-r--r--
util.h: add a typedef for Py_ssize_t with Python 2.4

<Include>

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

</Include>