mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
143 B
Makefile
10 lines
143 B
Makefile
MODULE = inseng.dll
|
|
IMPORTS = uuid ole32 advapi32
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
inseng_main.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|