projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
We no longer have an ole/nls directory.
[wine]
/
ole
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ole
7
8
C_SRCS = \
9
ole2nls.c
10
11
all: $(MODULE).o
12
13
@MAKE_RULES@
14
15
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
16
$(LDCOMBINE) $(OBJS) -o $@
17
18
### Dependencies: