winemenubuilder: Decouple opening a Windows icon from generating the native icon.
[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
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 = \
26         Bg.rc \
27         Cs.rc \
28         Da.rc \
29         De.rc \
30         En.rc \
31         Es.rc \
32         Fr.rc \
33         He.rc \
34         Hu.rc \
35         It.rc \
36         Ja.rc \
37         Ko.rc \
38         Lt.rc \
39         Nl.rc \
40         No.rc \
41         Pl.rc \
42         Pt.rc \
43         Ro.rc \
44         Ru.rc \
45         Si.rc \
46         Sv.rc \
47         Tr.rc \
48         Uk.rc \
49         Zh.rc \
50         rsrc.rc
51
52 SVG_SRCS = regedit.svg
53
54 @MAKE_PROG_RULES@