mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
b459952144
ALTNAMES variable.
16 lines
270 B
Makefile
16 lines
270 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = lz32.dll
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = lzexpand_main.c
|
|
C_SRCS16 = lzexpand16.c
|
|
SPEC_SRCS16 = lzexpand.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|