projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OLEPRO32 stubs.
[wine]
/
dlls
/
olepro32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
LIBEXT = @LIBEXT@
7
MODULE = olepro32
8
SOVERSION = 1.0
9
IMPORTS = oleaut32 ole32
10
11
SPEC_SRCS = olepro32.spec
12
13
C_SRCS = olepro32stubs.c
14
15
all: lib$(MODULE).$(LIBEXT)
16
17
@MAKE_RULES@
18
19
clean::
20
$(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
21
22
### Dependencies: