gameux: Add stub of IGameStatisticsMgr implementation.
[wine] / dlls / gameux / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = gameux.dll
7 IMPORTS   = uuid ole32 user32 advapi32
8
9 C_SRCS = \
10         factory.c \
11         gameexplorer.c \
12         gamestatistics.c \
13         main.c \
14         regsvr.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@