(UUID): New library for COM/OLE lookups.

This commit is contained in:
Jason Rumney 2009-01-15 15:18:43 +00:00
parent 7207c1a9e3
commit f4c45b4fb6
3 changed files with 6 additions and 0 deletions

View 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.

View file

@ -191,6 +191,7 @@ WINMM = -lwinmm
WINSPOOL = -lwinspool
OLE32 = -lole32
UNISCRIBE = -lusp10
UUID = -luuid
ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG

View file

@ -129,6 +129,7 @@ WINMM = winmm.lib
WINSPOOL = winspool.lib
OLE32 = ole32.lib
UNISCRIBE = usp10.lib
UUID = uuid.lib
!ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG