Build all the programs with winegcc.
[wine.git] / programs / regedit / Makefile.in
blobd5edae9131ca24ba1699adfbf9eaa6263ee8d3a5
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = regedit.exe
6 APPMODE = -mwindows
7 IMPORTS = msvcrt
8 DELAYIMPORTS = shell32 comdlg32 comctl32 user32 gdi32
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10 EXTRADEFS = -DNO_LIBWINE_PORT
12 C_SRCS = \
13 about.c \
14 childwnd.c \
15 edit.c \
16 framewnd.c \
17 listview.c \
18 main.c \
19 regedit.c \
20 regproc.c \
21 treeview.c
23 RC_SRCS = rsrc.rc
24 RC_BINSRC = resource.rc
25 RC_BINARIES = \
26 bin.ico \
27 computer.ico \
28 folder.ico \
29 folderopen.ico \
30 regedit.ico \
31 string.ico
33 PLTESTS = \
34 tests/regedit.pl
36 EXTRASUBDIRS = tests
38 @MAKE_PROG_RULES@
40 ### Dependencies: