emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in,v
Date: Mon, 27 Nov 2006 07:02:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/11/27 07:02:19

Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/makefile.w32-in,v
retrieving revision 2.51
retrieving revision 2.52
diff -u -b -r2.51 -r2.52
--- makefile.w32-in     25 Nov 2006 15:44:32 -0000      2.51
+++ makefile.w32-in     27 Nov 2006 07:02:19 -0000      2.52
@@ -84,7 +84,9 @@
 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
                $(LINK) $(LINK_OUT)$@ -mwindows $(LINK_FLAGS) $(ECLIENTOBJS) 
$(WSOCK32) $(LIBS)
 
-$(BLD)/emacsclient.$(O):       emacsclient.c
+# emacsclient.$(O) depends on makefile.w32-in because makefile.w32-in
+# can be edited to define VERSION string, which is part of ECLIENT_CFLAGS.
+$(BLD)/emacsclient.$(O):       emacsclient.c makefile.w32-in
                $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c
 
 ETAGSOBJ      = $(BLD)/etags.$(O) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]