repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
oleacc: Add Italian translation.
[wine/multimedia.git]
/
dlls
/
oleacc
/
Makefile.in
blob
2f1a67d09e382fbd1070a5ae015f58f617c4aa74
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
oleacc.dll
6
IMPORTLIB
=
oleacc
7
IMPORTS
=
user32 kernel32
8
9
C_SRCS
=
\
10
main.c
11
12
RC_SRCS
=
\
13
oleacc_De.rc \
14
oleacc_En.rc \
15
oleacc_Fr.rc \
16
oleacc_It.rc \
17
oleacc_Ko.rc \
18
oleacc_Lt.rc \
19
oleacc_Nl.rc \
20
oleacc_No.rc \
21
oleacc_Pl.rc \
22
oleacc_Pt.rc \
23
oleacc_Ro.rc \
24
oleacc_Si.rc
25
26
@MAKE_DLL_RULES@