projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed DECIMAL_SETZERO
[wine]
/
dlls
/
msvcrt20
/
Makefile.in
1
EXTRADEFS = -DUSE_MSVCRT_PREFIX
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msvcrt20.dll
7
IMPORTS = msvcrt
8
EXTRALIBS = $(LIBUNICODE)
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = msvcrt20.c
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies: