mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
12 lines
164 B
Makefile
12 lines
164 B
Makefile
MODULE = scrrun.dll
|
|
IMPORTS = uuid oleaut32 version advapi32
|
|
|
|
C_SRCS = \
|
|
dictionary.c \
|
|
filesystem.c \
|
|
scrrun.c
|
|
|
|
RC_SRCS = scrrun.rc
|
|
|
|
IDL_SRCS = scrrun.idl
|