repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Install PE files in an architecture-specific directory.
[wine.git]
/
dlls
/
msvcp120
/
Makefile.in
blob
2a77859bf996991810357f78412b6440a54cbe1a
1
MODULE
=
msvcp120.dll
2
IMPORTS
=
msvcr120
3
EXTRADEFS
= -
D_MSVCP_VER
=
120
4
PARENTSRC
=
..
/
msvcp90
5
6
EXTRADLLFLAGS
= -
mno-cygwin
7
8
C_SRCS
=
\
9
exception.c \
10
ios.c \
11
locale.c \
12
math.c \
13
memory.c \
14
misc.c \
15
msvcp_main.c \
16
string.c