view contrib/wix/defines.wxi @ 19568:f58235d85d6b

basectx: remove unnecessary check of instance The refactoring of all the context objects allows us to simply pass a basectx to the __new__ constructor and have it return the same object without allocating new memory.
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 06 Aug 2013 15:11:31 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>