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
2e2d2377
Commit
2e2d2377
authored
Sep 27, 2007
by
Jason Rumney
Browse files
(emacsclient, emacsclientw): Link to COMCTL32.
parent
fc2554aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+2
-2
No files found.
lib-src/makefile.w32-in
View file @
2e2d2377
...
...
@@ -82,11 +82,11 @@ $(TRES): ../nt/emacs.rc
$(BLD)/emacsclient.exe
:
$(ECLIENTOBJS)
# put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
$(LINK)
$(LINK_OUT)$@
$(LINK_FLAGS)
$(ECLIENTOBJS)
$(WSOCK32)
$(USER32)
$(LIBS)
$(LINK)
$(LINK_OUT)$@
$(LINK_FLAGS)
$(ECLIENTOBJS)
$(WSOCK32)
$(USER32)
$(COMCTL32)
$(LIBS)
$(BLD)/emacsclientw.exe
:
$(ECLIENTOBJS) $(TRES)
# put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
$(LINK)
$(LINK_OUT)$@
$(TRES)
-mwindows
$(LINK_FLAGS)
$(ECLIENTOBJS)
$(WSOCK32)
$(USER32)
$(LIBS)
$(LINK)
$(LINK_OUT)$@
$(TRES)
-mwindows
$(LINK_FLAGS)
$(ECLIENTOBJS)
$(WSOCK32)
$(USER32)
$(COMCTL32)
$(LIBS)
# emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in
# can be edited to define VERSION string, which is part of ECLIENT_CFLAGS.
...
...
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