mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
EXTRADEFS = -DUSE_MSVCRT_PREFIX
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvcrt20.dll
|
|
IMPORTLIB = libmsvcrt20.$(IMPLIBEXT)
|
|
IMPORTS = msvcrt kernel32
|
|
|
|
C_SRCS = msvcrt20.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|