mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
MODULE = inseng.dll
|
|
IMPORTS = uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
inseng_main.c
|
|
|
|
IDL_R_SRCS = inseng.idl
|
|
|
|
@MAKE_DLL_RULES@
|