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
/
rasapi32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = rasapi32.dll
6
IMPORTS = kernel32
7
ALTNAMES = rasapi16.dll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
13
14
C_SRCS = rasapi.c
15
16
@MAKE_DLL_RULES@
17
18
### Dependencies: