2002-05-21 19:42:29 +00:00
|
|
|
MODULE = regedit.exe
|
2010-07-21 11:18:52 +00:00
|
|
|
IMPORTS = advapi32
|
2004-03-12 19:44:47 +00:00
|
|
|
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
|
2002-04-11 23:58:40 +00:00
|
|
|
|
2019-04-24 09:27:39 +00:00
|
|
|
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
|
|
|
|
|
2002-04-11 23:58:40 +00:00
|
|
|
C_SRCS = \
|
2003-08-07 03:10:13 +00:00
|
|
|
about.c \
|
|
|
|
childwnd.c \
|
2003-12-03 20:25:24 +00:00
|
|
|
edit.c \
|
2003-08-07 03:10:13 +00:00
|
|
|
framewnd.c \
|
2005-04-14 11:30:31 +00:00
|
|
|
hexedit.c \
|
2003-08-07 03:10:13 +00:00
|
|
|
listview.c \
|
|
|
|
main.c \
|
2002-04-11 23:58:40 +00:00
|
|
|
regedit.c \
|
2003-08-07 03:10:13 +00:00
|
|
|
regproc.c \
|
|
|
|
treeview.c
|
|
|
|
|
2011-12-19 19:13:45 +00:00
|
|
|
RC_SRCS = regedit.rc
|
2003-10-03 05:01:33 +00:00
|
|
|
|
2013-11-18 10:34:03 +00:00
|
|
|
MANPAGES = regedit.man.in
|
2010-11-25 17:55:21 +00:00
|
|
|
|
2008-03-25 14:14:28 +00:00
|
|
|
SVG_SRCS = regedit.svg
|