msi: Make msi_dialog_dup_property return a copy of the property if the property is...
[wine] / dlls / psapi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = psapi.dll
6 IMPORTLIB = libpsapi.$(IMPLIBEXT)
7 IMPORTS   = kernel32 ntdll
8 EXTRADEFS = -DWINE_NO_LONG_AS_INT
9
10 C_SRCS = \
11         psapi_main.c
12
13 @MAKE_DLL_RULES@
14
15 @DEPENDENCIES@  # everything below this line is overwritten by make depend