From: Jason Rumney Date: Wed, 11 Jul 2007 14:41:44 +0000 (+0000) Subject: (LIBS): Include OLE32. X-Git-Tag: emacs-pretest-22.1.90~1280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1c5c06dc3dec634ff0dbda889f357f9e5b582e7;p=emacs.git (LIBS): Include OLE32. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4dad03f4c0c..ccb0dcf9f5f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -138,7 +138,7 @@ LIBS = $(TLIB0) \ $(TLIB1) \ $(TLIBW32) \ $(TLASTLIB) \ - $(WINMM) \ + $(WINMM) \ $(ADVAPI32) \ $(GDI32) \ $(COMDLG32) \ @@ -146,6 +146,7 @@ LIBS = $(TLIB0) \ $(MPR) \ $(SHELL32) \ $(WINSPOOL) \ + $(OLE32) \ $(libc) #