mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
18 lines
232 B
Makefile
18 lines
232 B
Makefile
MODULE = itss.dll
|
|
IMPORTS = uuid urlmon shlwapi ole32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
chm_lib.c \
|
|
itss.c \
|
|
lzx.c \
|
|
moniker.c \
|
|
protocol.c \
|
|
storage.c
|
|
|
|
IDL_R_SRCS = itss.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|