mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
MODULE = infosoft.dll
|
|
IMPORTS = uuid advapi32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
infosoft_main.c \
|
|
wordbreaker.c
|
|
|
|
IDL_H_SRCS = infosoft.idl
|
|
IDL_R_SRCS = infosoft.idl
|
|
|
|
@MAKE_DLL_RULES@
|