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