repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 1.3.7.
[wine/gsoc-2012-control.git]
/
dlls
/
msvcrt
/
tests
/
Makefile.in
blob
2bb799054b4ab1e03ca3c6e6292770a66bac4d91
1
TESTDLL
=
msvcrt.dll
2
APPMODE
= -
mno-cygwin
3
MODCFLAGS
=
@BUILTINFLAG@
4
EXTRAINCL
= -
I
$(
top_srcdir
)/
include
/
msvcrt
-
I
$(
srcdir
)/
..
5
6
C_SRCS
=
\
7
cpp
.c \
8
data.c \
9
dir
.c \
10
environ.c \
11
file.c \
12
headers.c \
13
heap.c \
14
locale.c \
15
misc.c \
16
printf.c \
17
scanf.c \
18
signal.c \
19
string.c \
20
time.c
21
22
@MAKE_TEST_RULES@