mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
16 lines
202 B
Makefile
16 lines
202 B
Makefile
MODULE = scrrun.dll
|
|
IMPORTS = uuid oleaut32 version
|
|
|
|
C_SRCS = \
|
|
dictionary.c \
|
|
filesystem.c \
|
|
scrrun.c
|
|
|
|
RC_SRCS = scrrun.rc
|
|
|
|
IDL_TLB_SRCS = scrrun.idl
|
|
|
|
IDL_H_SRCS = scrrun.idl
|
|
|
|
@MAKE_DLL_RULES@
|