Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / shlwapi / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = shlwapi.dll
6 IMPORTS   = shlwapi advapi32 ole32 oleaut32 kernel32
7 EXTRADEFS = -DWINE_NO_LONG_AS_INT
8
9 CTESTS = \
10         clist.c \
11         clsid.c \
12         generated.c \
13         ordinal.c \
14         path.c \
15         shreg.c \
16         string.c
17
18 @MAKE_TEST_RULES@
19
20 @DEPENDENCIES@  # everything below this line is overwritten by make depend