projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
List 16-bit spec files explicitly to avoid problems with some versions
[wine]
/
dlls
/
olesvr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = olesvr32.dll
6
IMPORTS = kernel32
7
ALTNAMES = olesvr.dll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
13
14
C_SRCS = \
15
olesvr_main.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies:
20