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 | 63fe59d106ae478ff93a39f2b789b5269f3d2d0e (patch) | |
tree | 304db718535ab27b9eaa0d3b7b931ab26a1ea9d6 | |
parent | 8393337c44b896e230b0704db76f43273ecb94d3 (diff) | |
download | scintilla-mirror-63fe59d106ae478ff93a39f2b789b5269f3d2d0e.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 |