repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
[wine/gsoc-2012-control.git]
/
dlls
/
oleaut32
/
Makefile.in
blob
632bd413dd35e2a55975233b6cb4818b73df2842
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
oleaut32
6
SOVERSION
=
1.0
7
ALTNAMES
=
ole2disp typelib
8
IMPORTS
=
ole32 comctl32 winmm
9
10
SPEC_SRCS
=
oleaut32.spec ole2disp.spec typelib.spec
11
12
C_SRCS
=
\
13
ole2disp.c \
14
oleaut.c \
15
olefont.c \
16
parsedt.c \
17
safearray.c \
18
stubs.c \
19
typelib.c \
20
variant.c
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies:
25