Commit 3120a8ba authored by Alexandre Julliard's avatar Alexandre Julliard

winspool: Fix make rules for import library.

parent be570f46
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment