aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-12-19 07:50:08 +0000
committernyamatongwe <unknown>2001-12-19 07:50:08 +0000
commitc9e8533235f3fc60107a239ff2c5d23d67cc73e9 (patch)
tree88166c875901b7bace67d84b869fb8fee5819f8a
parentd7724a86b84ee39fc398e7fe850a74335fdfceae (diff)
downloadscintilla-mirror-c9e8533235f3fc60107a239ff2c5d23d67cc73e9.tar.gz
Changed to shorter -mwindows option.
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 90664cf37..d50fd89a7 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -14,7 +14,7 @@ LEXCOMPONENT = ../bin/SciLexer.dll
vpath %.h ../src ../include
vpath %.cxx ../src
-LDFLAGS = -lkernel32 -luser32 -lgdi32 -limm32 -lole32 -luuid
+LDFLAGS=-mwindows -limm32 -lole32 -luuid
# Add -MMD to get dependencies
#CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti
INCLUDEDIRS=-I ../include -I ../src