summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2009-01-15 15:18:43 +0000
committerJason Rumney <jasonr@gnu.org>2009-01-15 15:18:43 +0000
commitf4c45b4fb6d8bfb8bbfaf271a6a5109c55de3867 (patch)
treeb52756d470d20ed455ac1cc8af056bb372e980b8 /nt
parent7207c1a9e3dcf1bccead03559d8559aabbf668ab (diff)
downloademacs-f4c45b4fb6d8bfb8bbfaf271a6a5109c55de3867.tar.gz
(UUID): New library for COM/OLE lookups.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/gmake.defs1
-rw-r--r--nt/nmake.defs1
3 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 5c9821df8c2..75aebe38519 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -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.
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 0acbe7c9ad6..018ca15c720 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -191,6 +191,7 @@ WINMM = -lwinmm
WINSPOOL = -lwinspool
OLE32 = -lole32
UNISCRIBE = -lusp10
+UUID = -luuid
ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 8ae9c9f21e6..2ac0f3b0435 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -129,6 +129,7 @@ WINMM = winmm.lib
WINSPOOL = winspool.lib
OLE32 = ole32.lib
UNISCRIBE = usp10.lib
+UUID = uuid.lib
!ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG