po: Fix trailing full stops errors in the Korean translation.
[wine/multimedia.git] / dlls / msvcp90 / Makefile.in
blob2f96e607781ebff05a6cb5bcd0880b6033b2b941
1 MODULE = msvcp90.dll
2 IMPORTS = msvcrt
3 MODCFLAGS = @BUILTINFLAG@
4 EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6 C_SRCS = \
7 exception.c \
8 ios.c \
9 locale.c \
10 math.c \
11 memory.c \
12 misc.c \
13 msvcp90_main.c \
14 string.c
16 @MAKE_DLL_RULES@