projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.
[wine]
/
dlls
/
oledlg
/
Makefile.in
1
MODULE = oledlg.dll
2
IMPORTLIB = oledlg
3
IMPORTS = ole32 comdlg32 user32 advapi32
4
5
C_SRCS = \
6
insobjdlg.c \
7
oledlg_main.c \
8
pastespl.c
9
10
RC_SRCS = \
11
oledlg.rc \
12
oledlg_Cs.rc \
13
oledlg_Da.rc \
14
oledlg_De.rc \
15
oledlg_En.rc \
16
oledlg_Es.rc \
17
oledlg_Fr.rc \
18
oledlg_He.rc \
19
oledlg_Hu.rc \
20
oledlg_It.rc \
21
oledlg_Ja.rc \
22
oledlg_Ko.rc \
23
oledlg_Lt.rc \
24
oledlg_Nl.rc \
25
oledlg_No.rc \
26
oledlg_Pl.rc \
27
oledlg_Pt.rc \
28
oledlg_Ro.rc \
29
oledlg_Ru.rc \
30
oledlg_Si.rc \
31
oledlg_Sr.rc \
32
oledlg_Sv.rc \
33
oledlg_Tr.rc \
34
oledlg_Uk.rc \
35
oledlg_Zh.rc
36
37
PO_SRCS = oledlg.rc
38
39
@MAKE_DLL_RULES@