wine/programs/reg/Makefile.in
Hugh McMaster aa386af42a reg: Add initial support for the import operation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-20 09:25:52 +09:00

11 lines
156 B
Makefile

MODULE = reg.exe
APPMODE = -mconsole -municode -mno-cygwin
IMPORTS = advapi32
DELAYIMPORTS = user32
C_SRCS = \
import.c \
reg.c
RC_SRCS = reg.rc