diff contrib/wix/defines.wxi @ 13042:bd9bc4123920 stable

wix: add support for x64 native MSI packages
author Steve Borho <steve@borho.org>
date Fri, 26 Nov 2010 17:40:13 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/wix/defines.wxi	Fri Nov 26 17:40:13 2010 -0600
@@ -0,0 +1,9 @@
+<Include>
+
+  <?if $(var.Platform) = "x64" ?>
+    <?define IsX64 = yes ?>
+  <?else?>
+    <?define IsX64 = no ?>
+  <?endif?>
+
+</Include>