aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-07-16 21:02:55 +1000
committernyamatongwe <devnull@localhost>2012-07-16 21:02:55 +1000
commit53e387e1732fd009c9d952a6423493a69befef7f (patch)
tree205a5aa122f6bba7fca1606d0787c6d0d552253b
parent634e7ef19b547721119e963c51e4af16d6b88f46 (diff)
downloadscintilla-mirror-53e387e1732fd009c9d952a6423493a69befef7f.tar.gz
More Windows NT 4.
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 6d2846feb..4339cde7c 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -28,7 +28,7 @@ LDFLAGS=-shared -static -Wl,--enable-runtime-pseudo-reloc-v2 -mwindows -Wl,--add
LIBS=-lstdc++ -limm32 -lole32 -luuid
# Add -MMD to get dependencies
INCLUDEDIRS=-I ../include -I ../src -I../lexlib
-CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) -fno-rtti
+CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) -fno-rtti $(VERSION_DEFINES)
ifdef DEBUG
CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS)