projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dsound: Added missing LeaveCriticalSection (Coverity).
[wine]
/
dlls
/
mlang
/
Makefile.in
1
MODULE = mlang.dll
2
IMPORTLIB = mlang
3
IMPORTS = uuid ole32 gdi32 advapi32
4
DELAYIMPORTS = oleaut32
5
EXTRADEFS = -DCOM_NO_WINDOWS_H
6
7
C_SRCS = \
8
mlang.c
9
10
IDL_R_SRCS = mlang_classes.idl
11
12
@MAKE_DLL_RULES@