projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Add a partial implementation of CertCreateContext.
[wine]
/
dlls
/
msvcrt
/
tests
/
Makefile.in
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