diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-02-11 11:00:16 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-02-11 11:00:16 +1100 |
| commit | 9f8a60d00201271edb71b41a223d9d9b9e4847e5 (patch) | |
| tree | 4d56d81fefe8d804af3ca2ae2f35bdae07c4bbf9 /win32/makefile | |
| parent | 4a53993e80edfdc3a15f679f2e0762e185a62e95 (diff) | |
| download | scintilla-mirror-9f8a60d00201271edb71b41a223d9d9b9e4847e5.tar.gz | |
Add the OLEAUT32 library as it will be needed for BSTR support.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
