projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcp60: Added missing 64-bit exports.
[wine]
/
dlls
/
fusion
/
Makefile.in
1
MODULE = fusion.dll
2
IMPORTS = advapi32 dbghelp shlwapi version user32
3
4
C_SRCS = \
5
asmcache.c \
6
asmenum.c \
7
asmname.c \
8
assembly.c \
9
fusion.c \
10
fusion_main.c
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@