Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine/gsoc_dplay.git] / dlls / psapi / Makefile.in
blob49592890a13954e50078fcb7c3ef3c4eb315366c
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
10 C_SRCS = \
11 psapi_main.c
13 @MAKE_DLL_RULES@
15 @DEPENDENCIES@ # everything below this line is overwritten by make depend