kernel32/tests: Fix the process title tests to actually test something.
[wine] / dlls / comcat / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = comcat.dll
6 IMPORTS   = uuid ole32 user32 advapi32 kernel32
7
8 C_SRCS = \
9         comcat_main.c
10
11 RC_SRCS = \
12         version.rc
13
14 @MAKE_DLL_RULES@