repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: Specify calling convention explicitly in idl files where needed.
[wine/hramrach.git]
/
dlls
/
msvcp90
/
Makefile.in
blob
4581c65b29fc355300566da2e790e16da0df702e
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
msvcp90.dll
6
IMPORTS
=
msvcrt
7
MODCFLAGS
=
@BUILTINFLAG@
8
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
include
/
msvcrt
9
10
C_SRCS
=
\
11
exception.c \
12
memory.c \
13
msvcp90_main.c \
14
string.c
15
16
@MAKE_DLL_RULES@