oleaut32: Correctly handle the case when the number of bytes in a BSTR is odd.
[wine/hacks.git] / dlls / lz32 / Makefile.in
blob9f470f13f4e4a86950bb83f774ffc1b79a0f2b0e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = lz32.dll
6 IMPORTLIB = liblz32.$(IMPLIBEXT)
7 IMPORTS = kernel32
8 EXTRALIBS = $(LIBUNICODE)
10 C_SRCS = lzexpand_main.c
11 C_SRCS16 = lzexpand16.c
12 SPEC_SRCS16 = lzexpand.spec
14 SUBDIRS = tests
16 @MAKE_DLL_RULES@
18 ### Dependencies: