wine/dlls/scrrun/Makefile.in
Nikolay Sivov a514001019 wshom: Create standard streams when starting new process with Exec().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-21 12:32:06 +01:00

15 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