aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney2009-01-15 15:18:43 +0000
committerJason Rumney2009-01-15 15:18:43 +0000
commitf4c45b4fb6d8bfb8bbfaf271a6a5109c55de3867 (patch)
treeb52756d470d20ed455ac1cc8af056bb372e980b8 /nt
parent7207c1a9e3dcf1bccead03559d8559aabbf668ab (diff)
downloademacs-f4c45b4fb6d8bfb8bbfaf271a6a5109c55de3867.tar.gz
emacs-f4c45b4fb6d8bfb8bbfaf271a6a5109c55de3867.zip
(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 @@
12009-01-15 Jason Rumney <jasonr@gnu.org> 12009-01-15 Jason Rumney <jasonr@gnu.org>
2 2
3 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
4
5 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
6
3 * addpm.c (main): Try using COM to create start menu shortcuts 7 * addpm.c (main): Try using COM to create start menu shortcuts
4 before resorting to DDE (Bug#202) 8 before resorting to DDE (Bug#202)
5 Remove second command-line argument. 9 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
191WINSPOOL = -lwinspool 191WINSPOOL = -lwinspool
192OLE32 = -lole32 192OLE32 = -lole32
193UNISCRIBE = -lusp10 193UNISCRIBE = -lusp10
194UUID = -luuid
194 195
195ifdef NOOPT 196ifdef NOOPT
196DEBUG_CFLAGS = -DEMACSDEBUG 197DEBUG_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
129WINSPOOL = winspool.lib 129WINSPOOL = winspool.lib
130OLE32 = ole32.lib 130OLE32 = ole32.lib
131UNISCRIBE = usp10.lib 131UNISCRIBE = usp10.lib
132UUID = uuid.lib
132 133
133!ifdef NOOPT 134!ifdef NOOPT
134DEBUG_CFLAGS = -DEMACSDEBUG 135DEBUG_CFLAGS = -DEMACSDEBUG