Various background processes must be launched detached from current console (if any).
[wine] / dlls / dmsynth / Makefile.in
1 MODULE    = dmsynth.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         dmsynth_main.c \
6         synth.c \
7         synthsink.c
8
9 IDL_R_SRCS = dmsynth.idl
10
11 RC_SRCS = version.rc
12
13 @MAKE_DLL_RULES@