Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4c45b4f
Commit
f4c45b4f
authored
Jan 15, 2009
by
Jason Rumney
Browse files
(UUID): New library for COM/OLE lookups.
parent
7207c1a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/gmake.defs
nt/gmake.defs
+1
-0
nt/nmake.defs
nt/nmake.defs
+1
-0
No files found.
nt/ChangeLog
View file @
f4c45b4f
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.
...
...
nt/gmake.defs
View file @
f4c45b4f
...
...
@@ -191,6 +191,7 @@ WINMM = -lwinmm
WINSPOOL = -lwinspool
OLE32 = -lole32
UNISCRIBE = -lusp10
UUID = -luuid
ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG
...
...
nt/nmake.defs
View file @
f4c45b4f
...
...
@@ -129,6 +129,7 @@ WINMM = winmm.lib
WINSPOOL = winspool.lib
OLE32 = ole32.lib
UNISCRIBE = usp10.lib
UUID = uuid.lib
!ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment