wine-wine/programs/regedit/Makefile.in

32 lines
607 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = regedit.exe
APPMODE = -mwindows -mno-cygwin
IMPORTS = advapi32 kernel32
2004-03-12 19:44:47 +00:00
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
EXTRADEFS = -DNO_LIBWINE_PORT
MODCFLAGS = @BUILTINFLAG@
C_SRCS = \
about.c \
childwnd.c \
2003-12-03 20:25:24 +00:00
edit.c \
framewnd.c \
hexedit.c \
listview.c \
main.c \
regedit.c \
regproc.c \
treeview.c
RC_SRCS = rsrc.rc
2008-03-25 14:14:28 +00:00
SVG_SRCS = regedit.svg
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend