mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
17 lines
305 B
Makefile
17 lines
305 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lz32.dll
|
|
IMPORTS = kernel32
|
|
ALTNAMES = lzexpand.dll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = lzexpand_main.c
|
|
C_SRCS16 = lzexpand16.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|