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@
|
||||
|
||||
$(IMPORTLIB): $(MAINSPEC)
|
||||
libwinspool.def: $(MAINSPEC)
|
||||
$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
|
||||
|
||||
libwinspool.a: $(SPEC_DEF)
|
||||
$(DLLTOOL) -k -l $@ -d $(SPEC_DEF)
|
||||
|
||||
clean::
|
||||
$(RM) $(IMPORTLIB)
|
||||
|
||||
|
|
Loading…
Reference in New Issue