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