From e8ec55130f8cc49fb3b7ce9863e4c73f5c35cb5b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 24 Jun 2000 00:32:59 +0000 Subject: Removed winmm library from build as this slows start a lot for some machines. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 7e3406d99..c1f71fa1c 100644 --- a/win32/makefile +++ b/win32/makefile @@ -14,7 +14,7 @@ LEXCOMPONENT = ../bin/SciLexer.dll vpath %.h ../src ../include vpath %.cxx ../src -LDFLAGS = -lkernel32 -lgdi32 -luser32 -lwinmm -lcomdlg32 -lcomctl32 -limm32 -lole32 -luuid +LDFLAGS = -lkernel32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -limm32 -lole32 -luuid # Add -MMD to get dependencies #CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti INCLUDEDIRS=-I ../include -I ../src -- cgit v1.2.3