msi: Read the disk prompt source list property from the user-unmanaged context.
[wine.git] / dlls / version / Makefile.in
blob387d01b2654b482e1175af17d621d902afb116f0
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = version.dll
6 IMPORTLIB = libversion.$(IMPLIBEXT)
7 IMPORTS = lz32 kernel32 ntdll
9 C_SRCS = \
10 info.c \
11 install.c \
12 resource.c
14 RC_SRCS = version.rc
16 C_SRCS16 = \
17 ver16.c
19 SPEC_SRCS16 = ver.spec
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend