projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msxml3: Use an iface instead of a vtbl pointer in domimpl.
[wine]
/
programs
/
regedit
/
Makefile.in
1
MODULE = regedit.exe
2
APPMODE = -mwindows -mno-cygwin
3
IMPORTS = advapi32
4
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
5
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6
EXTRADEFS = -DNO_LIBWINE_PORT
7
MODCFLAGS = @BUILTINFLAG@
8
9
C_SRCS = \
10
about.c \
11
childwnd.c \
12
edit.c \
13
framewnd.c \
14
hexedit.c \
15
listview.c \
16
main.c \
17
regedit.c \
18
regproc.c \
19
treeview.c
20
21
RC_SRCS = \
22
Bg.rc \
23
Cs.rc \
24
Da.rc \
25
De.rc \
26
En.rc \
27
Es.rc \
28
Fr.rc \
29
He.rc \
30
Hu.rc \
31
It.rc \
32
Ja.rc \
33
Ko.rc \
34
Lt.rc \
35
Nl.rc \
36
No.rc \
37
Pl.rc \
38
Pt.rc \
39
Ro.rc \
40
Ru.rc \
41
Si.rc \
42
Sv.rc \
43
Tr.rc \
44
Uk.rc \
45
Zh.rc \
46
rsrc.rc
47
48
MANPAGE = regedit.man
49
50
SVG_SRCS = regedit.svg
51
52
@MAKE_PROG_RULES@