mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
13 lines
199 B
Makefile
13 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@
|