mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
256290f74f
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
24 lines
395 B
Makefile
24 lines
395 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
|
|
|
|
INSTALL_LIB = regedit.exe regedit
|