From ca6a6675513d2ee58f62ddfd3d3681779621a1ad Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 13 Sep 2013 19:10:09 +0200 Subject: Add support for clang --- make/build.xml | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'make') diff --git a/make/build.xml b/make/build.xml index 3c4ae31..3bdf034 100755 --- a/make/build.xml +++ b/make/build.xml @@ -202,6 +202,12 @@ + + + + + + @@ -510,32 +516,52 @@ - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + @@ -561,7 +587,7 @@ + depends="init, gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler, c.build.openal.use-blobs, c.build.openal.soft.windows, c.build.openal.soft.android, c.build.openal.soft.gcc.armv6.soft, c.build.openal.soft.gcc.armv6.hard, c.build.openal.soft.clang.x86_32, c.build.openal.soft.clang.default, c.build.openal.soft.gcc.x86_32, c.build.openal.soft.gcc.default"> -- cgit v1.2.3