view contrib/wix/defines.wxi @ 13515:2616325766e3 stable 1.8

contrib: update tcsh_completion for Mercurial 1.8 Added the following commands: bookmarks debugignore. Fix the tcsh parse script for the current help text layout.
author Gilles Moris <gilles.moris@free.fr>
date Tue, 01 Mar 2011 07:28:20 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>