* Icon for emacsclientw.exe
@ 2006-11-21 23:55 Juanma Barranquero
0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2006-11-21 23:55 UTC (permalink / raw)
Any objections to the following tiny patch to use the emacs icon for
emacsclientw?
/L/e/k/t/u
Index: lib-src/makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/makefile.w32-in,v
retrieving revision 2.50
diff -u -2 -r2.50 makefile.w32-in
--- lib-src/makefile.w32-in 13 Nov 2006 11:07:47 -0000 2.50
+++ lib-src/makefile.w32-in 21 Nov 2006 23:49:05 -0000
@@ -74,4 +74,8 @@
$(BLD)/getopt1.$(O) \
$(BLD)/ntlib.$(O)
+TRES = ../nt/$(BLD)/emacs.res
+
+$(TRES): ../nt/emacs.rc
+ $(RC) $(RC_OUT)../nt/$(BLD)/emacs.res $(ALL_DEPS)
$(BLD)/emacsclient.exe: $(ECLIENTOBJS)
@@ -79,7 +83,7 @@
$(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(LIBS)
-$(BLD)/emacsclientw.exe: $(ECLIENTOBJS)
+$(BLD)/emacsclientw.exe: $(ECLIENTOBJS) $(TRES)
# put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
- $(LINK) $(LINK_OUT)$@ -mwindows $(LINK_FLAGS) $(ECLIENTOBJS)
$(WSOCK32) $(LIBS)
+ $(LINK) $(LINK_OUT)$@ $(TRES) -mwindows $(LINK_FLAGS)
$(ECLIENTOBJS) $(WSOCK32) $(LIBS)
$(BLD)/emacsclient.$(O): emacsclient.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-21 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21 23:55 Icon for emacsclientw.exe Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.