Mercurial > emacs
changeset 78105:1f50b1fcfba3
(LIBS): Include OLE32.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 11 Jul 2007 14:41:44 +0000 |
parents | 398df7780bde |
children | f9eb7f243bdc |
files | src/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Wed Jul 11 14:41:22 2007 +0000 +++ b/src/makefile.w32-in Wed Jul 11 14:41:44 2007 +0000 @@ -138,7 +138,7 @@ $(TLIB1) \ $(TLIBW32) \ $(TLASTLIB) \ - $(WINMM) \ + $(WINMM) \ $(ADVAPI32) \ $(GDI32) \ $(COMDLG32) \ @@ -146,6 +146,7 @@ $(MPR) \ $(SHELL32) \ $(WINSPOOL) \ + $(OLE32) \ $(libc) #