mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 09:00:55 +00:00
17 lines
232 B
Makefile
17 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@
|