projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
dlls
/
hhctrl.ocx
/
Makefile.in
1
MODULE = hhctrl.ocx
2
IMPORTS = uuid advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32
3
4
C_SRCS = \
5
chm.c \
6
content.c \
7
help.c \
8
hhctrl.c \
9
index.c \
10
regsvr.c \
11
search.c \
12
stream.c \
13
webbrowser.c
14
15
RC_SRCS = \
16
Cs.rc \
17
Da.rc \
18
De.rc \
19
El.rc \
20
En.rc \
21
Es.rc \
22
Fi.rc \
23
Fr.rc \
24
Hu.rc \
25
It.rc \
26
Ja.rc \
27
Ko.rc \
28
Lt.rc \
29
Nl.rc \
30
No.rc \
31
Pl.rc \
32
Pt.rc \
33
Ro.rc \
34
Ru.rc \
35
Si.rc \
36
Sv.rc \
37
Tr.rc \
38
Uk.rc \
39
Zh.rc \
40
version.rc
41
42
@MAKE_DLL_RULES@