ddraw: Use a less offensive handle table implementation for matrices.
[wine] / dlls / winscard / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winscard.dll
6 IMPORTLIB = winscard
7
8 C_SRCS = \
9         winscard.c
10
11 RC_SRCS = \
12         rsrc.rc
13
14 @MAKE_DLL_RULES@