1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/programs/reg/Makefile.in
Eric Pouech 1e5ffcbf2e reg: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-04 11:20:33 +01:00

17 lines
203 B
Makefile

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