opengl32: Fix some style issues.
[wine.git] / dlls / dplayx / Makefile.in
blob9c626593bf54c184a8f4059fddec068796119e98
1 MODULE = dplayx.dll
2 IMPORTLIB = dplayx
3 IMPORTS = dxguid uuid winmm ole32 user32 advapi32
5 C_SRCS = \
6 dpclassfactory.c \
7 dplay.c \
8 dplaysp.c \
9 dplayx_global.c \
10 dplayx_main.c \
11 dplayx_messages.c \
12 dplobby.c \
13 lobbysp.c \
14 name_server.c
16 IDL_R_SRCS = dplayx.idl
18 RC_SRCS = version.rc
20 @MAKE_DLL_RULES@