Mercurial > emacs
comparison lib-src/makefile.w32-in @ 73954:67f133ca8114
($(BLD)/emacsclient.$(O)): Use CFLAGS.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 13 Nov 2006 00:05:29 +0000 |
parents | 4f7cb3d8f0b1 |
children | 5c5306b4cb49 |
comparison
equal
deleted
inserted
replaced
73953:dcdb84ba4854 | 73954:67f133ca8114 |
---|---|
83 $(BLD)/emacsclient.exe: $(ECLIENTOBJS) | 83 $(BLD)/emacsclient.exe: $(ECLIENTOBJS) |
84 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib | 84 # put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib |
85 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(LIBS) | 85 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(ECLIENTOBJS) $(WSOCK32) $(LIBS) |
86 | 86 |
87 $(BLD)/emacsclient.$(O): emacsclient.c | 87 $(BLD)/emacsclient.$(O): emacsclient.c |
88 $(CC) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c | 88 $(CC) $(CFLAGS) $(ECLIENT_CFLAGS) $(CC_OUT)$@ emacsclient.c |
89 | 89 |
90 ETAGSOBJ = $(BLD)/etags.$(O) \ | 90 ETAGSOBJ = $(BLD)/etags.$(O) \ |
91 $(BLD)/getopt.$(O) \ | 91 $(BLD)/getopt.$(O) \ |
92 $(BLD)/getopt1.$(O) \ | 92 $(BLD)/getopt1.$(O) \ |
93 $(BLD)/ntlib.$(O) \ | 93 $(BLD)/ntlib.$(O) \ |