2002-05-21 19:42:29 +00:00
|
|
|
MODULE = regedit.exe
|
2008-05-26 17:26:06 +00:00
|
|
|
APPMODE = -mwindows -mno-cygwin
|
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
|
2010-09-19 10:40:12 +00:00
|
|
|
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
|
2012-01-20 12:14:16 +00:00
|
|
|
EXTRADEFS = -DNO_LIBWINE_PORT
|
2005-08-11 17:12:18 +00:00
|
|
|
MODCFLAGS = @BUILTINFLAG@
|
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
|
2011-01-13 21:24:00 +00:00
|
|
|
PO_SRCS = regedit.rc
|
2003-10-03 05:01:33 +00:00
|
|
|
|
2010-12-05 15:17:42 +00:00
|
|
|
MANPAGE = regedit.man
|
2010-11-25 17:55:21 +00:00
|
|
|
|
2008-03-25 14:14:28 +00:00
|
|
|
SVG_SRCS = regedit.svg
|
|
|
|
|
2002-04-11 23:58:40 +00:00
|
|
|
@MAKE_PROG_RULES@
|