mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
a514001019
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
220 B
Makefile
14 lines
220 B
Makefile
MODULE = scrrun.dll
|
|
IMPORTLIB = scrrun
|
|
IMPORTS = uuid oleaut32 version advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
dictionary.c \
|
|
filesystem.c \
|
|
scrrun.c
|
|
|
|
RC_SRCS = scrrun.rc
|
|
|
|
IDL_SRCS = scrrun.idl
|