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
2126efcc
Commit
2126efcc
authored
Dec 24, 2006
by
Eli Zaretskii
Browse files
($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Use literal "emacs.rc" instead.
parent
3442bbbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nt/makefile.w32-in
nt/makefile.w32-in
+1
-1
No files found.
nt/makefile.w32-in
View file @
2126efcc
...
...
@@ -59,7 +59,7 @@ $(BLD)/preprep.exe: $(BLD)/preprep.$(O)
# it is not necessary on later versions, it is still ok to use it.
#
$(TRES)
:
emacs.rc stamp_BLD
$(RC)
$(RC_OUT)$(BLD)
/emacs.res
$<
$(RC)
$(RC_OUT)$(BLD)
/emacs.res
emacs.rc
runemacs
:
stamp_BLD $(BLD)/runemacs.exe
$(BLD)/runemacs.exe
:
$(BLD)/runemacs.$(O) $(TRES)
...
...
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