From 9f8a60d00201271edb71b41a223d9d9b9e4847e5 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 11 Feb 2015 11:00:16 +1100 Subject: Add the OLEAUT32 library as it will be needed for BSTR support. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 806e585d5..6012905b4 100644 --- a/win32/makefile +++ b/win32/makefile @@ -21,7 +21,7 @@ vpath %.h ../src ../include ../lexlib vpath %.cxx ../src ../lexlib ../lexers LDFLAGS=-shared -static -Wl,--enable-runtime-pseudo-reloc-v2 -mwindows -Wl,--add-stdcall-alias -LIBS=-lstdc++ -limm32 -lole32 -luuid +LIBS=-lstdc++ -limm32 -lole32 -luuid -loleaut32 # Add -MMD to get dependencies INCLUDEDIRS=-I ../include -I ../src -I../lexlib -- cgit v1.2.3