mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
MODULE = inseng.dll
|
|
IMPORTS = uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
inseng_main.c
|
|
|
|
IDL_SRCS = inseng.idl
|