]> git.eshelyaron.com Git - emacs.git/commitdiff
(UUID): New library for COM/OLE lookups.
authorJason Rumney <jasonr@gnu.org>
Thu, 15 Jan 2009 15:18:43 +0000 (15:18 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 15 Jan 2009 15:18:43 +0000 (15:18 +0000)
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs

index 5c9821df8c29aa7ea125b80edeabcd1faed9fd82..75aebe38519c30043d2f9993f735f01df0e7cc01 100644 (file)
@@ -1,5 +1,9 @@
 2009-01-15  Jason Rumney  <jasonr@gnu.org>
 
+       * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
+
+       * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
+
        * addpm.c (main): Try using COM to create start menu shortcuts
        before resorting to DDE (Bug#202)
        Remove second command-line argument.
index 0acbe7c9ad6b3d115a155f0ac6665c2d1db188dc..018ca15c720e53b16637a3fe3307dbef05b1cb88 100644 (file)
@@ -191,6 +191,7 @@ WINMM               = -lwinmm
 WINSPOOL       = -lwinspool
 OLE32          = -lole32
 UNISCRIBE      = -lusp10
+UUID           = -luuid
 
 ifdef NOOPT
 DEBUG_CFLAGS   = -DEMACSDEBUG
index 8ae9c9f21e6e87c67c870345dd0e66b0cdd1dddd..2ac0f3b0435c755a7207fb00a7c1c4ce93e6ac71 100644 (file)
@@ -129,6 +129,7 @@ WINMM               = winmm.lib
 WINSPOOL       = winspool.lib\r
 OLE32          = ole32.lib\r
 UNISCRIBE      = usp10.lib\r
+UUID           = uuid.lib\r
 \r
 !ifdef NOOPT\r
 DEBUG_CFLAGS   = -DEMACSDEBUG\r