wine/programs/regedit/Makefile.in
Eric Pouech f158558d19 regedit: 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

24 lines
353 B
Makefile

MODULE = regedit.exe
IMPORTS = advapi32
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
EXTRADLLFLAGS = -mwindows -municode
C_SRCS = \
about.c \
childwnd.c \
edit.c \
framewnd.c \
hexedit.c \
listview.c \
main.c \
regedit.c \
regproc.c \
treeview.c
RC_SRCS = regedit.rc
MANPAGES = regedit.man.in
SVG_SRCS = regedit.svg