mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
eb58e1d597
ntdll where necessary.
16 lines
233 B
Makefile
16 lines
233 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lz32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = lzexpand
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
lzexpand_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|