aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-06-07 14:40:20 +1000
committerNeil <nyamatongwe@gmail.com>2018-06-07 14:40:20 +1000
commitdb30b55467d5ea84e53454adf18a0859e67a17ac (patch)
tree5362b341e8b2ad98442b1aeec71c109d3d2fa495 /win32/scintilla.mak
parent9002d79da5518e33227a1e91968d29a0ec3425fe (diff)
downloadscintilla-mirror-db30b55467d5ea84e53454adf18a0859e67a17ac.tar.gz
Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now
controlled completely at run-time.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index c64d48d3d..8a760fa39 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -40,10 +40,6 @@ CXXFLAGS=$(CXXFLAGS) $(NOLOGO)
LDFLAGS=$(LDFLAGS) $(NOLOGO)
!ENDIF
-!IFDEF ENABLE_BIDIRECTIONAL
-CXXFLAGS=$(CXXFLAGS) -DENABLE_BIDIRECTIONAL
-!ENDIF
-
!IFDEF NO_CXX11_REGEX
CXXFLAGS=$(CXXFLAGS) -DNO_CXX11_REGEX
!ENDIF