9 lines
93 B
Makefile
9 lines
93 B
Makefile
|
MODULE = dsuiext.dll
|
||
|
IMPORTS = ole32 uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
dsuiext.c
|
||
|
|
||
|
IDL_SRCS = \
|
||
|
dsuiext.idl
|