kernel32: Add missing stdarg.h includes.
[wine/multimedia.git] / dlls / version / Makefile.in
blob7f7ce74415b0e7e6a77ff89807f968f91e5582f4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = version.dll
6 IMPORTLIB = version
7 IMPORTS = lz32 kernel32 ntdll
9 C_SRCS = \
10 info.c \
11 install.c \
12 resource.c
14 RC_SRCS = version.rc
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend