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