winspool: Fix make rules for import library.
This commit is contained in:
parent
be570f4655
commit
3120a8ba0a
@ -15,9 +15,12 @@ RC_SRCS = winspool.rc
|
|||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
$(IMPORTLIB): $(MAINSPEC)
|
libwinspool.def: $(MAINSPEC)
|
||||||
$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
|
$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
|
||||||
|
|
||||||
|
libwinspool.a: $(SPEC_DEF)
|
||||||
|
$(DLLTOOL) -k -l $@ -d $(SPEC_DEF)
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) $(IMPORTLIB)
|
$(RM) $(IMPORTLIB)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user