aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-04-30 13:35:31 +0000
committernyamatongwe <devnull@localhost>2010-04-30 13:35:31 +0000
commite41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2 (patch)
treeb37e568d808eac2dba923b0006a3a55a46e18e3e /gtk
parent38c9ba36dfc8ee99f6f1bcdd9811ec199cb5dad1 (diff)
downloadscintilla-mirror-e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2.tar.gz
Made compatible with clang.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/makefile5
1 files changed, 5 insertions, 0 deletions
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