mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02: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
|