mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
165 B
Makefile
12 lines
165 B
Makefile
MODULE = itss.dll
|
|
IMPORTS = uuid urlmon shlwapi ole32
|
|
|
|
SOURCES = \
|
|
chm_lib.c \
|
|
itss.c \
|
|
itss.idl \
|
|
lzx.c \
|
|
moniker.c \
|
|
protocol.c \
|
|
rsrc.rc \
|
|
storage.c
|