projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3d9: Pass count=0 when clearing the whole surface.
[wine]
/
dlls
/
shdoclc
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = shdoclc.dll
6
IMPORTS = kernel32
7
8
RC_SRCS = \
9
Bg.rc \
10
Da.rc \
11
De.rc \
12
En.rc \
13
Es.rc \
14
Fi.rc \
15
Fr.rc \
16
Hu.rc \
17
It.rc \
18
Ja.rc \
19
Ko.rc \
20
Lt.rc \
21
Nl.rc \
22
No.rc \
23
Pl.rc \
24
Pt.rc \
25
Ro.rc \
26
Ru.rc \
27
Si.rc \
28
Sv.rc \
29
Tr.rc \
30
Uk.rc \
31
Zh.rc
32
33
@MAKE_DLL_RULES@