shell32/tests: Add some tests related to the shellview created by ExplorerBrowser.
[wine] / dlls / rtutils / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = rtutils.dll
6 IMPORTLIB = rtutils
7
8 C_SRCS = \
9         main.c \
10         tracing.c
11
12 @MAKE_DLL_RULES@