projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Add a test for CreateFile when using OPEN_ALWAYS on directories.
[wine]
/
dlls
/
winspool.drv
/
Makefile.in
1
EXTRADEFS = -D_SPOOL32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = winspool.drv
7
IMPORTLIB = winspool
8
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
9
EXTRAINCL = @CUPSINCL@
10
11
C_SRCS = \
12
info.c \
13
wspool.c
14
15
RC_SRCS = winspool.rc
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend