diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-31 14:29:27 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-31 14:29:27 +1000 |
commit | 3702a407e7209329787828e0c09eec733741b637 (patch) | |
tree | e3b91fbd41465494791fb5ee849c59a30d9c3b60 | |
parent | 902f625827a1beb0e3f6f84562dfcf3b6133d92a (diff) | |
download | scintilla-mirror-3702a407e7209329787828e0c09eec733741b637.tar.gz |
Remove definitions that are provided by make.
-rw-r--r-- | gtk/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 5bf298602..10528fac1 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -14,11 +14,7 @@ CC = clang # thread also need to create Position Independent Executable -> search online documentation SANITIZE = address #SANITIZE = undefined -else -CXX = g++ -CC = gcc endif -AR = ar RANLIB = touch ifdef GTK3 |