mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
16 lines
282 B
Makefile
16 lines
282 B
Makefile
EXTRADEFS = -DUSE_MSVCRT_PREFIX
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvcrt20.dll
|
|
IMPORTLIB = libmsvcrt20.$(IMPLIBEXT)
|
|
IMPORTS = msvcrt
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = msvcrt20.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|