projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added more pipe tests.
[wine]
/
dlls
/
winspool
/
Makefile.in
1
EXTRADEFS = -D_SPOOL32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = winspool.drv
7
IMPORTLIB = libwinspool.$(IMPLIBEXT)
8
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
9
10
C_SRCS = \
11
info.c \
12
wspool.c
13
14
SUBDIRS = tests
15
16
@MAKE_DLL_RULES@
17
18
$(IMPORTLIB): lib$(BASEMODULE).$(IMPLIBEXT)
19
$(RM) $@ && $(LN_S) lib$(BASEMODULE).$(IMPLIBEXT) $@
20
21
clean::
22
$(RM) $(IMPORTLIB)
23
24
### Dependencies: