projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dlls: Remove explicit imports of kernel32 and ntdll.
[wine]
/
dlls
/
msvcp90
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = msvcp90.dll
6
APPMODE = -mno-cygwin
7
MODCFLAGS = @BUILTINFLAG@
8
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9
10
C_SRCS = \
11
misc.c
12
13
RC_SRCS = \
14
msvcp90.rc
15
16
@MAKE_TEST_RULES@