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