makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / gameux / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = gameux.dll
3 IMPORTS   = uuid shell32 oleaut32 ole32 user32 advapi32
4
5 C_SRCS = \
6         factory.c \
7         gameexplorer.c \
8         gamestatistics.c \
9         main.c \
10         regsvr.c
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@