]> git.eshelyaron.com Git - emacs.git/commitdiff
(OLE32): New library to link.
authorJason Rumney <jasonr@gnu.org>
Wed, 11 Jul 2007 14:41:22 +0000 (14:41 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 11 Jul 2007 14:41:22 +0000 (14:41 +0000)
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs

index cf6b3e9984f4e13529c442c0a30ba87b0d96fb45..7f44ccbc008f92a5e4f58eebce133a861ac963e3 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-11  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs (OLE32): New library to link.
+
+       * nmake.defs (OLE32): Likewise.
+
 2007-06-25  Jason Rumney  <jasonr@gnu.org>
 
        * cmdproxy.c (main): Set console codepages to "ANSI".
index 15ec2bf0ea31a6b5e305e23461a03b353dbd3d52..c08ca32200fe071a6be93e792a503381b4d63b04 100644 (file)
@@ -176,8 +176,9 @@ MPR         = -lmpr
 SHELL32                = -lshell32
 USER32         = -luser32
 WSOCK32                = -lwsock32
-WINMM     = -lwinmm
+WINMM          = -lwinmm
 WINSPOOL       = -lwinspool
+OLE32          = -lole32
 
 ifdef NOOPT
 DEBUG_CFLAGS   = -DEMACSDEBUG
index 5f52bc18c62e73ef810a88fa6a920c861c12adad..03ae2f851fa75944669f29782694a899bf74679c 100644 (file)
@@ -123,8 +123,9 @@ MPR         = mpr.lib
 SHELL32                = shell32.lib\r
 USER32         = user32.lib\r
 WSOCK32                = wsock32.lib\r
-WINMM     = winmm.lib\r
+WINMM          = winmm.lib\r
 WINSPOOL       = winspool.lib\r
+OLE32          = ole32.lib\r
 \r
 !ifdef NOOPT\r
 DEBUG_CFLAGS   = -DEMACSDEBUG\r