Implement LBS_COMBOBOX, and make use of it.
[wine] / programs / regedit / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = regedit.exe
6 APPMODE   = -mwindows
7 IMPORTS   = msvcrt advapi32 kernel32
8 DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10 EXTRADEFS = -DNO_LIBWINE_PORT
11
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
22
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
32
33 PLTESTS = \
34         tests/regedit.pl
35
36 EXTRASUBDIRS = tests
37
38 @MAKE_PROG_RULES@
39
40 ### Dependencies: