mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
MODULE = lzexpand.dll16
|
|
IMPORTS = lz32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,lz32.dll
|
|
|
|
C_SRCS = lzexpand.c
|