blob: 8c43e1ac25639e51c1a848acc79f44d8fa0acd04 [file] [log] [blame]
Alexandre Julliard96b47ff2009-03-11 16:18:03 +01001TOPSRCDIR = @top_srcdir@
2TOPOBJDIR = ../..
3SRCDIR = @srcdir@
4VPATH = @srcdir@
5MODULE = lzexpand.dll16
Alexandre Julliardb86d5152010-07-21 13:24:34 +02006IMPORTS = lz32
7EXTRADLLFLAGS = -m16 -Wb,--main-module,lz32.dll
Alexandre Julliard96b47ff2009-03-11 16:18:03 +01008
Alexandre Julliard96b47ff2009-03-11 16:18:03 +01009C_SRCS = lzexpand.c
10
11@MAKE_DLL_RULES@