From 129e783741d91e9ee5cd7da5d5c962c32ec96b0b Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 17 Nov 2009 20:43:07 +0100 Subject: Added quick hack to simplify crosscompilation with cpptasks. CppTasks uses a hardcoded command (compiler name) to invoke the specified compiler which makes crosscompilation with multiple versions of e.g gcc hard. Temporary disabled suncc compiler configuration since it does not work with cpptasks 1.0b5. --- make/gluegen-cpptasks.xml | 28 +++++++++++++++++++++++++--- make/lib/CppTasksGCCNamespaceHack.jar | Bin 0 -> 7810 bytes make/lib/cpptasks.jar | Bin 345356 -> 363963 bytes 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 make/lib/CppTasksGCCNamespaceHack.jar mode change 100755 => 100644 make/lib/cpptasks.jar (limited to 'make') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 3640052..d293843 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -127,7 +127,7 @@ - + @@ -495,6 +495,16 @@ + + + + + + + + + + + + @@ -619,6 +633,14 @@ + + + + + + + + diff --git a/make/lib/CppTasksGCCNamespaceHack.jar b/make/lib/CppTasksGCCNamespaceHack.jar new file mode 100644 index 0000000..c31779e Binary files /dev/null and b/make/lib/CppTasksGCCNamespaceHack.jar differ diff --git a/make/lib/cpptasks.jar b/make/lib/cpptasks.jar old mode 100755 new mode 100644 index 005691c..dec6c13 Binary files a/make/lib/cpptasks.jar and b/make/lib/cpptasks.jar differ -- cgit v1.2.3