Move the name directive from the .spec file to the Makefile.
This commit is contained in:
parent
7cd2edbb66
commit
c01202b00e
|
@ -45,11 +45,12 @@ EXTRASUBDIRS = messages nls
|
|||
|
||||
kernel.res: $(MC_SRCS:.mc=.mc.rc)
|
||||
|
||||
# Special rules for 16-bit resource files
|
||||
# Special rules for 16-bit resource and spec files
|
||||
|
||||
krnl386.exe.spec.c: krnl386.exe.spec version16.res $(WINEBUILD)
|
||||
$(LDPATH) $(WINEBUILD) $(DEFS) -N kernel -o $@ -M $(MODULE) -spec $(SRCDIR)/krnl386.exe.spec
|
||||
|
||||
version16.res: version16.rc
|
||||
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
|
||||
|
||||
krnl386.exe.spec.c: version16.res
|
||||
|
||||
### Dependencies:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
name kernel
|
||||
rsrc version16.res
|
||||
|
||||
# 1-207 are the basic functions, those are (with minor variations)
|
||||
|
|
Loading…
Reference in New Issue