kernel32: Avoid returning the same name when GetTempFileName is called twice in a...
[wine/multimedia.git] / dlls / propsys / Makefile.in
blobec999f7f1451686aa35f18a9c178badb70d4ce50
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = propsys.dll
6 IMPORTS = kernel32
8 C_SRCS = \
9 propsys_main.c \
10 propvar.c
12 @MAKE_DLL_RULES@