mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
5ce902b0b9
DisposeLZ32Handle and use them to replace file.c internal functions. Renamed WOW* functions into K32WOW*.
18 lines
273 B
Makefile
18 lines
273 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lz32
|
|
ALTNAMES = lzexpand
|
|
EXTRALIBS = -lwine_unicode
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
lzexpand_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|