mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
MODULE = infosoft.dll
|
|
IMPORTS = uuid advapi32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
infosoft_main.c \
|
|
wordbreaker.c
|
|
|
|
@MAKE_DLL_RULES@
|