contrib/wix/defines.wxi
author Alexander Plavin <alexander@plav.in>
Fri, 06 Sep 2013 13:30:58 +0400
changeset 19742 ac68009c31a4
parent 13042 bd9bc4123920
permissions -rw-r--r--
hgweb: add removeByClassName javascript function It removes all elements with specified class name from the document.

<Include>

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

</Include>