projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fdopen: don't rewind the file after creating the FILE* handle. Added
[wine]
/
dlls
/
msvcrt
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = msvcrt.dll
6
IMPORTS = msvcrt
7
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
8
9
CTESTS = \
10
file.c \
11
scanf.c
12
13
@MAKE_TEST_RULES@
14
15
### Dependencies: