wine/programs/reg/Makefile.in
Hugh McMaster ac32dd8abc reg: Add initial support for the 'copy' command.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-17 18:49:10 +02:00

17 lines
215 B
Makefile

MODULE = reg.exe
IMPORTS = advapi32
DELAYIMPORTS = user32
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
add.c \
copy.c \
delete.c \
export.c \
import.c \
query.c \
reg.c
RC_SRCS = reg.rc