kernel32: Avoid returning the same name when GetTempFileName is called twice in a...
[wine/multimedia.git] / dlls / rtutils / Makefile.in
blobc922c847602621e5a873f12fe37a0f087ffc0e79
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = rtutils.dll
6 IMPORTLIB = rtutils
7 IMPORTS = kernel32
9 C_SRCS = \
10 main.c \
11 tracing.c
13 @MAKE_DLL_RULES@