Move the name directive from the .spec file to the Makefile.

This commit is contained in:
Dimitrie O. Paun 2002-09-12 17:24:14 +00:00 committed by Alexandre Julliard
parent 7cd2edbb66
commit c01202b00e
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -1,4 +1,3 @@
name kernel
rsrc version16.res
# 1-207 are the basic functions, those are (with minor variations)