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
msvcrt/tests: Remove a space before a '\n'.
[wine/gsoc-2012-control.git]
/
dlls
/
msvcrt
/
tests
/
Makefile.in
blob
74199e15d6383cd35c9a51496a646ee2cc3cd244
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
TESTDLL
=
msvcrt.dll
6
APPMODE
= -
mno-cygwin
7
IMPORTS
=
kernel32
8
MODCFLAGS
=
@BUILTINFLAG@
9
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
include
/
msvcrt
-
I
$(
SRCDIR
)/
..
10
11
CTESTS
=
\
12
cpp
.c \
13
data.c \
14
dir
.c \
15
environ.c \
16
file.c \
17
headers.c \
18
heap.c \
19
printf.c \
20
scanf.c \
21
string.c \
22
time.c
23
24
@MAKE_TEST_RULES@
25
26
@DEPENDENCIES@
# everything below this line is overwritten by make depend