regedit: Convert the rest of setValue to Unicode.
[wine] / programs / regedit / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = regedit.exe
6 APPMODE   = -mwindows -mno-cygwin
7 IMPORTS   = advapi32 kernel32
8 DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
10 EXTRADEFS = -DNO_LIBWINE_PORT
11 MODCFLAGS = @BUILTINFLAG@
12
13 C_SRCS = \
14         about.c \
15         childwnd.c \
16         edit.c \
17         framewnd.c \
18         hexedit.c \
19         listview.c \
20         main.c \
21         regedit.c \
22         regproc.c \
23         treeview.c
24
25 RC_SRCS = rsrc.rc
26
27 SVG_SRCS = regedit.svg
28
29 @MAKE_PROG_RULES@
30
31 @DEPENDENCIES@  # everything below this line is overwritten by make depend