From d60c807a24cb973becb867c1d528ef808ce15ea3 Mon Sep 17 00:00:00 2001 From: endolf Date: Tue, 31 Mar 2009 20:16:53 +0000 Subject: [PATCH] The environment under windows decides if it's a 64 bit build or not. On 64 bit windows assume a 64 bit one. --- plugins/windows/src/native/build.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/plugins/windows/src/native/build.xml b/plugins/windows/src/native/build.xml index 7925b70..129e514 100644 --- a/plugins/windows/src/native/build.xml +++ b/plugins/windows/src/native/build.xml @@ -9,8 +9,9 @@ + - + @@ -30,8 +31,8 @@ - - + + @@ -45,6 +46,7 @@ + @@ -52,8 +54,19 @@ - - + + + + + + + + + + + + +