2002-04-12 01:58:40 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-05-21 21:42:29 +02:00
|
|
|
MODULE = regedit.exe
|
2004-03-02 22:00:00 +01:00
|
|
|
APPMODE = -mwindows
|
2004-03-09 05:54:07 +01:00
|
|
|
IMPORTS = msvcrt advapi32 kernel32
|
2004-03-12 20:44:47 +01:00
|
|
|
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
|
2002-08-15 23:45:28 +02:00
|
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
2003-04-02 03:43:33 +02:00
|
|
|
EXTRADEFS = -DNO_LIBWINE_PORT
|
2005-08-11 19:12:18 +02:00
|
|
|
MODCFLAGS = @BUILTINFLAG@
|
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
|
|
|
|
|
|
|
|
RC_SRCS = rsrc.rc
|
2003-10-03 07:01:33 +02:00
|
|
|
|
2002-04-12 01:58:40 +02:00
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|