comparison nt/makefile.w32-in @ 74877:226713cc7be9

($(TRES)): Don't use $<, as nmake supports it only in implicit rules. Use literal "emacs.rc" instead.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Dec 2006 07:22:10 +0000
parents b28d17e7d21a
children dcbd4f4f0326
comparison
equal deleted inserted replaced
74876:631249352a9c 74877:226713cc7be9
57 # 57 #
58 # The resource file. NT 3.10 requires the use of cvtres; even though 58 # The resource file. NT 3.10 requires the use of cvtres; even though
59 # it is not necessary on later versions, it is still ok to use it. 59 # it is not necessary on later versions, it is still ok to use it.
60 # 60 #
61 $(TRES): emacs.rc stamp_BLD 61 $(TRES): emacs.rc stamp_BLD
62 $(RC) $(RC_OUT)$(BLD)/emacs.res $< 62 $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc
63 63
64 runemacs: stamp_BLD $(BLD)/runemacs.exe 64 runemacs: stamp_BLD $(BLD)/runemacs.exe
65 $(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES) 65 $(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES)
66 $(LINK) $(LINK_OUT)$@ $(SUBSYSTEM_WINDOWS) \ 66 $(LINK) $(LINK_OUT)$@ $(SUBSYSTEM_WINDOWS) \
67 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32) 67 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)