]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS): Include OLE32.
authorJason Rumney <jasonr@gnu.org>
Wed, 11 Jul 2007 14:41:44 +0000 (14:41 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 11 Jul 2007 14:41:44 +0000 (14:41 +0000)
src/makefile.w32-in

index 4dad03f4c0c7ad862130ad8e50c57e498ca84fe9..ccb0dcf9f5fd7fc92951f6f03a26ca1b61624ae9 100644 (file)
@@ -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)
 
 #