Work around glibc bug, that does not handle latin-1 umlauts.
[wine] / dlls / winspool / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = winspool
7
8 SPEC_SRCS = winspool.spec
9
10 C_SRCS = \
11         info.c \
12         wspool.c
13
14 all: $(MODULE).o
15
16 @MAKE_RULES@
17
18 ### Dependencies:
19