winspool: Fix make rules for import library.

oldstable
Alexandre Julliard 2007-01-26 13:07:37 +01:00
parent be570f4655
commit 3120a8ba0a
1 changed files with 4 additions and 1 deletions

View File

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