repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel32: Add a test for holding process heap lock before calling ExitProcess.
[wine/multimedia.git]
/
dlls
/
msvcp100
/
Makefile.in
blob
0e2c1c259ad4d5bb0e077bc2280bb21303cb6260
1
MODULE
=
msvcp100.dll
2
IMPORTS
=
msvcrt
3
MODCFLAGS
=
@BUILTINFLAG@
4
EXTRAINCL
= -
I
$(
top_srcdir
)/
include
/
msvcrt
5
6
C_SRCS
=
\
7
exception.c \
8
ios.c \
9
locale.c \
10
math.c \
11
memory.c \
12
misc.c \
13
msvcp100.c \
14
string.c
15
16
@MAKE_DLL_RULES@