diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-09 18:10:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-09 18:10:09 +1100 |
commit | 050a6e3efd23b01a86e1c14a9b87e6ba5394db21 (patch) | |
tree | aa1851a0c46016045ec17d52b7674e9b38a804ee /win32/scintilla.mak | |
parent | 43cd19e34362bb637d4deb7677c835f00d82766b (diff) | |
download | scintilla-mirror-050a6e3efd23b01a86e1c14a9b87e6ba5394db21.tar.gz |
Drop support for Windows NT 4 by statically linking to system APIs that are
only available from Windows 2000 and later.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r-- | win32/scintilla.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index a44b99ea4..227578f81 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -31,7 +31,7 @@ CXXNDEBUG=-O1 -MT -DNDEBUG -GL NAME=-Fo LDFLAGS=-OPT:REF -LTCG -IGNORE:4197 -DEBUG $(XP_LINK) LDDEBUG= -LIBS=KERNEL32.lib USER32.lib GDI32.lib IMM32.lib OLE32.LIB OLEAUT32.LIB +LIBS=KERNEL32.lib USER32.lib GDI32.lib IMM32.lib OLE32.lib OLEAUT32.lib MSIMG32.lib NOLOGO=-nologo !IFDEF QUIET |