Added version information for a number of dlls.
[wine/multimedia.git] / dlls / lz32 / Makefile.in
blobe55d8eee802956b8ace1fbca3838bd4e5b59ff68
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = lz32.dll
6 IMPORTLIB = liblz32.$(IMPLIBEXT)
7 IMPORTS = kernel32
9 C_SRCS = lzexpand_main.c
11 RC_SRCS = version.rc
13 C_SRCS16 = lzexpand16.c
14 SPEC_SRCS16 = lzexpand.spec
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend