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