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
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
olecli
/
Makefile.in
blob
071224f63348a48771b2719f246b025829219816
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
olecli32.dll
6
IMPORTS
=
ole32 gdi32 kernel32
7
ALTNAMES
=
olecli.dll
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
SPEC_SRCS16
= $(
ALTNAMES
:
.dll
=
.spec
)
13
14
C_SRCS
=
\
15
olecli_main.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies:
20