wine/programs/regedit/Makefile.in
Alexandre Julliard d84de4ca00 makefiles: Support specifying installed files in the top-level makefile.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 14:48:04 +01:00

23 lines
360 B
Makefile

MODULE = regedit.exe
APPMODE = -mwindows -municode -mno-cygwin
IMPORTS = advapi32
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
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