kernel32: Add a test for CreateFile when using OPEN_ALWAYS on directories.
[wine] / dlls / oleacc / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = oleacc.dll
6 IMPORTLIB = oleacc
7 IMPORTS   = user32 kernel32
8
9 C_SRCS = \
10         main.c
11
12 RC_SRCS = oleacc.rc
13
14 @MAKE_DLL_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend