wine/dlls/msvcrt/Makefile.in
Alexandre Julliard 34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00

44 lines
575 B
Makefile

EXTRADEFS = -D_MT
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msvcrt.dll
IMPORTLIB = libmsvcrt.$(IMPLIBEXT)
IMPORTS = kernel32 ntdll
DELAYIMPORTS = user32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
console.c \
cpp.c \
cppexcept.c \
ctype.c \
data.c \
dir.c \
environ.c \
errno.c \
except.c \
exit.c \
file.c \
heap.c \
locale.c \
lock.c \
main.c \
math.c \
mbcs.c \
misc.c \
process.c \
scanf.c \
string.c \
thread.c \
time.c \
undname.c \
wcs.c
SUBDIRS = tests
@MAKE_DLL_RULES@
### Dependencies: