Added a couple of Unicode string routines.
[wine.git] / win32 / Makefile.in
blob51f02d36f6f121feded6127532d81b13801f5a4f
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = win32
8 C_SRCS = \
9 console.c \
10 device.c \
11 error.c \
12 except.c \
13 file.c \
14 init.c \
15 kernel32.c \
16 newfns.c \
17 ordinals.c \
18 process.c \
19 struct32.c \
20 time.c
22 all: $(MODULE).o
24 @MAKE_RULES@
26 ### Dependencies: