mirror of
https://github.com/reactos/wine.git
synced 2025-01-10 13:50:56 +00:00
15 lines
181 B
Makefile
15 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
|