Declare debug channels in all dlls that need them; added imports of
[wine] / dlls / win32s / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = w32skrnl
6 SOVERSION = 1.0
7 ALTNAMES  = w32sys win32s16
8 IMPORTS   = kernel32 ntdll
9
10 C_SRCS = \
11         w32skernel.c \
12         w32sys.c \
13         win32s16.c
14
15 @MAKE_DLL_RULES@
16
17 ### Dependencies:
18