projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove unneeded calls to LoadLibrary16 and FreeLibrary16.
[wine]
/
dlls
/
winaspi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wnaspi32.dll
6
IMPORTS = advapi32 kernel32
7
ALTNAMES = winaspi.dll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
13
14
C_SRCS = \
15
aspi.c \
16
winaspi32.c
17
18
C_SRCS16 = \
19
winaspi16.c
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: