Sweden-Number/dlls/msvcp80/Makefile.in

17 lines
238 B
Makefile
Raw Normal View History

2010-08-23 16:36:24 +02:00
MODULE = msvcp80.dll
IMPORTS = msvcrt
MODCFLAGS = @BUILTINFLAG@
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
2010-08-23 16:36:24 +02:00
C_SRCS = \
2013-09-18 09:22:47 +02:00
exception.c \
ios.c \
locale.c \
math.c \
memory.c \
misc.c \
msvcp80_main.c \
string.c
2010-08-23 16:36:24 +02:00
@MAKE_DLL_RULES@