diff options
| author | nyamatongwe <unknown> | 2012-07-16 21:02:55 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2012-07-16 21:02:55 +1000 |
| commit | 08c4dbe594ff23fcb0b35146973e3fe3df060ee3 (patch) | |
| tree | b013d83959c23090fc1f5b74de2f27122fa069f8 | |
| parent | 1c2608dbc66e4e6589208703b214b4d7939f6743 (diff) | |
| download | scintilla-mirror-08c4dbe594ff23fcb0b35146973e3fe3df060ee3.tar.gz | |
More Windows NT 4.
| -rw-r--r-- | win32/makefile | 2 |
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) |
