Sweden-Number/dlls/msvcrt/Makefile.in

42 lines
515 B
Makefile
Raw Normal View History

EXTRADEFS = -D_MT -D_MSVCR_VER=0
MODULE = msvcrt.dll
IMPORTLIB = msvcrt
2010-01-15 18:02:56 +01:00
DELAYIMPORTS = advapi32 user32
C_SRCS = \
console.c \
cpp.c \
ctype.c \
data.c \
dir.c \
environ.c \
errno.c \
except.c \
except_arm.c \
except_arm64.c \
except_i386.c \
except_x86_64.c \
exit.c \
file.c \
heap.c \
iob.c \
locale.c \
lock.c \
main.c \
math.c \
mathf.c \
mbcs.c \
misc.c \
onexit.c \
process.c \
scanf.c \
scheduler.c \
string.c \
thread.c \
time.c \
undname.c \
wcs.c
2005-11-03 13:05:05 +01:00
RC_SRCS = \
rsrc.rc