wine-wine/programs/regedit/Makefile.in

32 lines
483 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = regedit.exe
APPMODE = gui
IMPORTS = msvcrt advapi32 kernel32
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
EXTRADEFS = -DNO_LIBWINE_PORT
C_SRCS = \
about.c \
childwnd.c \
framewnd.c \
listview.c \
main.c \
regedit.c \
regproc.c \
treeview.c
RC_SRCS = rsrc.rc
EXTRARCFLAGS = -D__WINE__
PLTESTS = \
tests/regedit.pl
EXTRASUBDIRS = tests
@MAKE_PROG_RULES@
### Dependencies: