projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
setupapi/tests: Fix some typos.
[wine]
/
dlls
/
fusion
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = fusion.dll
6
IMPORTS = advapi32 dbghelp kernel32 shlwapi version
7
8
C_SRCS = \
9
asmcache.c \
10
asmname.c \
11
assembly.c \
12
fusion.c \
13
fusion_main.c
14
15
@MAKE_DLL_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend