projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Don't just print a FIXME on error, handle it (Coverity).
[wine]
/
dlls
/
msvcp90
/
Makefile.in
1
MODULE = msvcp90.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
math.c \
10
memory.c \
11
misc.c \
12
msvcp90_main.c \
13
string.c
14
15
@MAKE_DLL_RULES@