mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
274 B
Makefile
15 lines
274 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = msvcr70.dll
|
||
|
IMPORTLIB = msvcr70
|
||
|
IMPORTS = msvcrt kernel32
|
||
|
|
||
|
C_SRCS = \
|
||
|
msvcr70.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|