From 936b3d8bf292f7168d0eca2edbd986d5710b9ee8 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 9 Nov 2009 23:01:07 +0100 Subject: Added -d32 to the mac version of the eclipse debug target as that tends to be better than not doing that. Fixes issue #66 --- buildScripts/deps/eclipse-debug-target.template | 2 +- buildScripts/deps/eclipse-debugging.ant.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buildScripts/deps/eclipse-debug-target.template b/buildScripts/deps/eclipse-debug-target.template index 99e4237c..7a1ac635 100644 --- a/buildScripts/deps/eclipse-debug-target.template +++ b/buildScripts/deps/eclipse-debug-target.template @@ -21,7 +21,7 @@ - + diff --git a/buildScripts/deps/eclipse-debugging.ant.xml b/buildScripts/deps/eclipse-debugging.ant.xml index 343a183d..dddd7f6a 100644 --- a/buildScripts/deps/eclipse-debugging.ant.xml +++ b/buildScripts/deps/eclipse-debugging.ant.xml @@ -227,7 +227,10 @@ WARNING: This project is enormous (350MB) and takes like an hour to check out. Y - + + + + @@ -240,6 +243,7 @@ WARNING: This project is enormous (350MB) and takes like an hour to check out. Y overwrite="true"> + -- cgit