From e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 30 Apr 2010 13:35:31 +0000 Subject: Made compatible with clang. --- gtk/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index 5ae6506dc..93814fe36 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -7,8 +7,13 @@ # Also works with ming32-make on Windows. .SUFFIXES: .cxx .c .o .h .a +ifdef CLANG +CC = clang +CCOMP = clang +else CC = g++ CCOMP = gcc +endif AR = ar RANLIB = touch -- cgit v1.2.3